DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on EAM_WO_STATUSES_V

Line 12799: from eam_wo_statuses_V

12795:
12796: -- Added for 7305904 RELIEVE ALLOCATIONS FOR COMPLETE NO CHARGE STATUS
12797:
12798: select system_status into i_status_type
12799: from eam_wo_statuses_V
12800: where status_id = p_eam_wo_comp_rec.user_status_id
12801: and enabled_flag = 'Y';
12802:
12803: IF (i_status_type = 5) then -- added status 5 Complete - No Charges for bug 7305904 FP of 6348136