DBA Data[Home] [Help]

APPS.PJM_COMMON_PROJ_PKG dependencies on WIP_TRANSACTIONS

Line 102: update wip_transactions wt

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