DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on AD_EVENT_REGISTRY_PKG

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

136: OPEN cur_sob_currency(ln_sob_id);
137: FETCH cur_sob_currency INTO lv_sob_currency;
138: CLOSE cur_sob_currency;
139:
140: IF (AD_EVENT_REGISTRY_PKG.Is_Event_Done( p_Owner => 'JA',
141: p_Event_Name => 'JAI_EXISTENCE_OF_TABLES' ) = FALSE )
142: OR lv_sob_currency <> 'INR' THEN
143:
144: fnd_file.put_line(fnd_file.output,'This report is for Financials for India Customers only' );