DBA Data[Home] [Help]

APPS.PJM_COMMON_PROJ_PKG dependencies on MTL_INTERORG_PARAMETERS

Line 86: from mtl_interorg_parameters

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

Line 94: from mtl_interorg_parameters

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