DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on AD_EVENT_REGISTRY_PKG

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

3497: l_progress := '051';
3498:
3499: --If the AD Event is set and the set of books currency is INR then we can assume that the user is IL customer
3500:
3501: IF (AD_EVENT_REGISTRY_PKG.Is_Event_Done( p_Owner => 'JA',
3502: p_Event_Name => 'JAI_EXISTENCE_OF_TABLES' ) = TRUE )
3503: AND l_currency_code_func = 'INR' THEN /*l_currency_code_func has the functional currency code.*/
3504:
3505: IF g_debug_stmt THEN