DBA Data[Home] [Help]

APPS.FUN_PERIOD_STATUS_PKG dependencies on AP_INVOICES_INTERFACE

Line 284: ap_invoices_interface api,

280: AND fps.inteco_period_type=nvl(fso.inteco_period_type,'~~'));
281: cursor c_open_int_ap(l_prd_name in Varchar2) is
282: Select 1 from dual where exists
283: (Select 'X' from
284: ap_invoices_interface api,
285: fun_period_statuses fps,fun_system_options fso
286: where api.source = 'GLOBAL_INTERCOMPANY' and
287: api.org_id = p_org_id and
288: api.gl_date >= fps.start_date and api.gl_date <=