DBA Data[Home] [Help]

APPS.EAM_WO_UTILITY_PVT dependencies on WIP_CONSTANTS

Line 411: WIP_CONSTANTS.RELEASED, decode(p_eam_wo_rec.date_released, NULL, SYSDATE, decode(sign(p_eam_wo_rec.date_released - sysdate),1,sysdate, p_eam_wo_rec.date_released)),

407: , p_eam_wo_rec.activity_source
408: , p_eam_wo_rec.work_order_type
409: , 17 -- Always create WO in default status, then update to other statuses accordingly
410: , decode(p_eam_wo_rec.status_type,
411: WIP_CONSTANTS.RELEASED, decode(p_eam_wo_rec.date_released, NULL, SYSDATE, decode(sign(p_eam_wo_rec.date_released - sysdate),1,sysdate, p_eam_wo_rec.date_released)),
412: WIP_CONSTANTS.HOLD, NULL,
413: WIP_CONSTANTS.UNRELEASED, NULL,
414: NULL)
415: , p_eam_wo_rec.owning_department

Line 412: WIP_CONSTANTS.HOLD, NULL,

408: , p_eam_wo_rec.work_order_type
409: , 17 -- Always create WO in default status, then update to other statuses accordingly
410: , decode(p_eam_wo_rec.status_type,
411: WIP_CONSTANTS.RELEASED, decode(p_eam_wo_rec.date_released, NULL, SYSDATE, decode(sign(p_eam_wo_rec.date_released - sysdate),1,sysdate, p_eam_wo_rec.date_released)),
412: WIP_CONSTANTS.HOLD, NULL,
413: WIP_CONSTANTS.UNRELEASED, NULL,
414: NULL)
415: , p_eam_wo_rec.owning_department
416: , p_eam_wo_rec.priority

Line 413: WIP_CONSTANTS.UNRELEASED, NULL,

409: , 17 -- Always create WO in default status, then update to other statuses accordingly
410: , decode(p_eam_wo_rec.status_type,
411: WIP_CONSTANTS.RELEASED, decode(p_eam_wo_rec.date_released, NULL, SYSDATE, decode(sign(p_eam_wo_rec.date_released - sysdate),1,sysdate, p_eam_wo_rec.date_released)),
412: WIP_CONSTANTS.HOLD, NULL,
413: WIP_CONSTANTS.UNRELEASED, NULL,
414: NULL)
415: , p_eam_wo_rec.owning_department
416: , p_eam_wo_rec.priority
417: , p_eam_wo_rec.requested_start_date