DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on AD_EVENT_REGISTRY_PKG

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

91: OPEN cur_sob_currency(ln_sob_id);
92: FETCH cur_sob_currency INTO lv_sob_currency;
93: CLOSE cur_sob_currency;
94:
95: IF (AD_EVENT_REGISTRY_PKG.Is_Event_Done( p_Owner => 'JA',
96: p_Event_Name => 'JAI_EXISTENCE_OF_TABLES' ) = FALSE )
97: OR lv_sob_currency <> 'INR' THEN
98:
99: fnd_file.put_line(fnd_file.output,'This report is for Financials for India Customers only' );