DBA Data[Home] [Help]

APPS.FA_GCCID_PKG dependencies on FA_FLEX_TYPE

Line 151: FOR h_i in 1..FA_FLEX_TYPE.NUM_ACCTS+1

147: is
148: h_i binary_integer:=0;
149: h_j binary_integer:=0;
150: begin <>
151: FOR h_i in 1..FA_FLEX_TYPE.NUM_ACCTS+1
152: LOOP
153: h_j:=h_i;
154: EXIT WHEN h_i > FA_FLEX_TYPE.NUM_ACCTS;
155: if fafb_accts(h_i).type_name = X_fin_trx_code

Line 154: EXIT WHEN h_i > FA_FLEX_TYPE.NUM_ACCTS;

150: begin <>
151: FOR h_i in 1..FA_FLEX_TYPE.NUM_ACCTS+1
152: LOOP
153: h_j:=h_i;
154: EXIT WHEN h_i > FA_FLEX_TYPE.NUM_ACCTS;
155: if fafb_accts(h_i).type_name = X_fin_trx_code
156: then
157: X_function_code := fafb_accts(h_i).type_code;
158: exit;

Line 162: if h_j > FA_FLEX_TYPE.NUM_ACCTS then

158: exit;
159: end if;
160: END LOOP;
161:
162: if h_j > FA_FLEX_TYPE.NUM_ACCTS then
163: FA_SRVR_MSG.ADD_MESSAGE
164: (CALLING_FN => 'FA_GCCID_PKG.fafb_search_functions',
165: NAME => 'FA_FLEX_NO_ACCOUNT', p_log_level_rec => p_log_level_rec);
166: return FALSE;