The function returns a boolean. Therefore, I am simply returning the results of the logical test (l_Exists_Flg = 1). This is simply a shortcut version of
Make sense?Code:IF (l_Exists_Flg = 1) THEN RETURN TRUE; ELSE RETURN FALSE; END IF;
- Chris
|
Results 1 to 10 of 11
Thread: existsThreaded View
|
Click Here to Expand Forum to Full Width |