DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on AD_EVENT_REGISTRY_PKG

Line 3581: IF (AD_EVENT_REGISTRY_PKG.Is_Event_Done( p_Owner => 'JA',

3577: l_progress := '051';
3578:
3579: --If the AD Event is set and the set of books currency is INR then we can assume that the user is IL customer
3580:
3581: IF (AD_EVENT_REGISTRY_PKG.Is_Event_Done( p_Owner => 'JA',
3582: p_Event_Name => 'JAI_EXISTENCE_OF_TABLES' ) = TRUE )
3583: AND l_currency_code_func = 'INR' THEN /*l_currency_code_func has the functional currency code.*/
3584:
3585: IF g_debug_stmt THEN