DBA Data[Home] [Help]

APPS.PN_RECOVERY_EXTRACT_PKG dependencies on GL_CODE_COMBINATIONS

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

1796: RETURN BOOLEAN
1797: IS
1798: l_result BOOLEAN := FALSE;
1799: CURSOR ccid_check IS
1800: SELECT 'TRUE' FROM gl_code_combinations where code_combination_id = p_cc_id;
1801:
1802: BEGIN
1803: FOR acct_rec IN ccid_check LOOP l_result:= TRUE; exit; END LOOP;
1804: RETURN l_result;