DBA Data[Home] [Help]

APPS.EAM_RES_VALIDATE_PVT dependencies on WIP_TRANSACTIONS

Line 830: FROM wip_transactions

826: select count(*)
827: into l_count_wt
828: from DUAL
829: WHERE EXISTS (SELECT 1
830: FROM wip_transactions
831: where wip_entity_id = p_eam_res_rec.wip_entity_id
832: and organization_id = p_eam_res_rec.organization_id
833: and operation_seq_num = p_eam_res_rec.operation_seq_num
834: and resource_seq_num = p_eam_res_rec.resource_seq_num