DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on MTL_PARAMETERS

Line 70: mtl_parameters mtl

66: /*even though to_organization_id is NULL ALLOWED, it is always populated*/
67: --AND trunc(creation_date) between cp_start_date AND cp_end_date /*bug 8830292*/
68: AND to_organization_id IN ( SELECT jcio.organization_id
69: FROM jai_cmn_inventory_orgs jcio,
70: mtl_parameters mtl
71: WHERE mtl.organization_id = jcio.organization_id
72: AND mtl.process_enabled_flag = 'Y'
73: )
74: AND EXISTS ( SELECT 1