DBA Data[Home] [Help]

APPS.PJM_COMMON_PROJ_PKG dependencies on WIP_TRANSACTIONS

Line 106: update wip_transactions wt

102: , 2 /* Receipt */ , from_organization_id )
103: and mmt.transaction_action_id = 12
104: );
105:
106: update wip_transactions wt
107: set wt.project_id = crec.common_project_id
108: where wt.pm_cost_collected = 'N'
109: and wt.organization_id = crec.organization_id
110: and wt.project_id is null;