DBA Data[Home] [Help]

APPS.FUN_PERIOD_STATUS_PKG dependencies on RA_INTERFACE_LINES_ALL

Line 306: ra_interface_lines_all ri,

302: and fun_tca_pkg.get_ou_id(fth.initiator_id) = p_org_id);
303: cursor c_open_int_ar(l_prd_name in Varchar2) is
304: Select 1 from dual where exists
305: (Select 'X' from
306: ra_interface_lines_all ri,
307: fun_period_statuses fps
308: where ri.batch_source_name = 'Global Intercompany' and
309: ri.org_id = p_org_id and
310: ri.gl_date >= fps.start_date and ri.gl_date <=