DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on MTL_INTERCOMPANY_PARAMETERS

Line 1784: FROM mtl_intercompany_parameters mip

1780: where mp2.organization_id = mmt.transfer_organization_id
1781: AND mp2.process_enabled_flag = 'Y'))
1782: OR (mmt.transaction_source_type_id in (7,8)
1783: AND EXISTS (SELECT 'X'
1784: FROM mtl_intercompany_parameters mip
1785: WHERE nvl(fnd_profile.value('INV_INTERCOMPANY_INVOICE_INTERNAL_ORDER'),0) = 1
1786: AND mip.flow_type = 1
1787: AND nvl(fnd_profile.value('CST_TRANSFER_PRICING_OPTION'),0) = 2
1788: AND mip.ship_organization_id = (select to_number(hoi.org_information3)

Line 1973: FROM mtl_intercompany_parameters mip

1969: where mp2.organization_id = mmt.transfer_organization_id
1970: AND mp2.process_enabled_flag = 'Y'))
1971: OR (mmt.transaction_source_type_id in (7,8)
1972: AND EXISTS (SELECT 'X'
1973: FROM mtl_intercompany_parameters mip
1974: WHERE nvl(fnd_profile.value('INV_INTERCOMPANY_INVOICE_INTERNAL_ORDER'),0) = 1
1975: AND mip.flow_type = 1
1976: AND nvl(fnd_profile.value('CST_TRANSFER_PRICING_OPTION'),0) = 2
1977: AND mip.ship_organization_id = (select to_number(hoi.org_information3)