DBA Data[Home] [Help]

APPS.EAM_RES_INST_VALIDATE_PVT dependencies on WIP_TRANSACTIONS

Line 452: FROM wip_transactions

448: select count(*)
449: into l_count_wt
450: from DUAL
451: WHERE EXISTS (SELECT 1
452: FROM wip_transactions
453: where wip_entity_id = p_eam_res_inst_rec.wip_entity_id
454: and organization_id = p_eam_res_inst_rec.organization_id
455: and operation_seq_num = p_eam_res_inst_rec.operation_seq_num
456: and resource_seq_num = p_eam_res_inst_rec.resource_seq_num