DBA Data[Home] [Help]

APPS.AP_CARD_UTILITY_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 375: from ap_system_parameters S,

371: ) RETURN BOOLEAN IS
372: BEGIN
373: select GS.chart_of_accounts_id
374: into p_chart_of_accounts
375: from ap_system_parameters S,
376: gl_sets_of_books GS
377: where GS.set_of_books_id = S.set_of_books_id;
378:
379: return TRUE;