DBA Data[Home] [Help]

APPS.PJM_COMMON_PROJ_PKG dependencies on MTL_INTERORG_PARAMETERS

Line 90: from mtl_interorg_parameters

86: and transaction_action_id in ( 12 , 21 )
87: and to_project_id is null
88: and ( organization_id , transfer_organization_id ) in (
89: select from_organization_id , to_organization_id
90: from mtl_interorg_parameters
91: where crec.organization_id =
92: decode( fob_point
93: , 1 /* Shipment */ , to_organization_id
94: , 2 /* Receipt */ , from_organization_id )

Line 98: from mtl_interorg_parameters

94: , 2 /* Receipt */ , from_organization_id )
95: and mmt.transaction_action_id = 21
96: union all
97: select to_organization_id , from_organization_id
98: from mtl_interorg_parameters
99: where crec.organization_id =
100: decode( fob_point
101: , 1 /* Shipment */ , to_organization_id
102: , 2 /* Receipt */ , from_organization_id )