DBA Data[Home] [Help]

APPS.AP_CARD_UTILITY_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 386: from ap_system_parameters S,

382: ) RETURN BOOLEAN IS
383: BEGIN
384: select GS.chart_of_accounts_id
385: into p_chart_of_accounts
386: from ap_system_parameters S,
387: gl_sets_of_books GS
388: where GS.set_of_books_id = S.set_of_books_id
389: and S.org_id = P_ORG_ID; -- Bug 13087600.
390: