DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on GL_CODE_COMBINATIONS

Line 936: from gl_code_combinations

932:
933: -- GL_CCID Is Invalid
934: select count(*)
935: into l_to_gl_ccid_exists
936: from gl_code_combinations
937: where code_combination_id = p_to_gl_ccid
938: and enabled_flag = 'Y'
939: and nvl(start_date_active, sysdate) <= sysdate
940: and nvl(end_date_active, sysdate + 1) > sysdate ;