DBA Data[Home] [Help]

APPS.PN_RECOVERY_EXTRACT_PKG dependencies on GL_CODE_COMBINATIONS

Line 1812: SELECT 'TRUE' FROM gl_code_combinations where code_combination_id = p_cc_id;

1808: RETURN BOOLEAN
1809: IS
1810: l_result BOOLEAN := FALSE;
1811: CURSOR ccid_check IS
1812: SELECT 'TRUE' FROM gl_code_combinations where code_combination_id = p_cc_id;
1813:
1814: BEGIN
1815: FOR acct_rec IN ccid_check LOOP l_result:= TRUE; exit; END LOOP;
1816: RETURN l_result;