DBA Data[Home] [Help]

APPS.EAM_RES_INST_VALIDATE_PVT dependencies on DUAL

Line 450: from DUAL

446:
447:
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

Line 469: from DUAL

465: end if;
466:
467: select count(*)
468: into l_count_wcti
469: from DUAL
470: WHERE EXISTS (SELECT 1
471: FROM wip_cost_txn_interface
472: where wip_entity_id = p_eam_res_inst_rec.wip_entity_id
473: and organization_id = p_eam_res_inst_rec.organization_id