DBA Data[Home] [Help]

APPS.EAM_WO_COMP_UTILITY_PVT dependencies on EAM_COMMON_UTILITIES_PVT

Line 705: if (EAM_COMMON_UTILITIES_PVT.showCompletionFields(p_eam_wo_comp_rec.wip_entity_id) = 'Y'

701: -- Check whether there is material issue or not
702:
703: -- if (x_inventory_item_tbl(1).subinventory is not null) then -- there is material issue
704:
705: if (EAM_COMMON_UTILITIES_PVT.showCompletionFields(p_eam_wo_comp_rec.wip_entity_id) = 'Y'
706: and x_inventory_item_tbl(1).subinventory is not null) then -- there is material issue
707:
708: -- return item back to inventory
709: process_item(s_inventory_item_tbl => x_inventory_item_tbl,