DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on JAI_CMN_INVENTORY_ORGS

Line 32: FROM jai_cmn_inventory_orgs jcio,

28: WHERE ( p_organization_id IS NULL OR to_organization_id = p_organization_id )
29: /*even though to_organization_id is NULL ALLOWED, it is always populated*/
30: AND trunc(creation_date) between cp_start_date AND cp_end_date
31: AND to_organization_id IN ( SELECT jcio.organization_id
32: FROM jai_cmn_inventory_orgs jcio,
33: mtl_parameters mtl
34: WHERE mtl.organization_id = jcio.organization_id
35: AND mtl.process_enabled_flag = 'Y'
36: )