DBA Data[Home] [Help]

APPS.EAM_WO_UTILITY_PVT dependencies on WIP_CONSTANTS

Line 409: 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)),

405: , p_eam_wo_rec.activity_source
406: , p_eam_wo_rec.work_order_type
407: , 17 -- Always create WO in default status, then update to other statuses accordingly
408: , decode(p_eam_wo_rec.status_type,
409: 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)),
410: WIP_CONSTANTS.HOLD, NULL,
411: WIP_CONSTANTS.UNRELEASED, NULL,
412: NULL)
413: , p_eam_wo_rec.owning_department

Line 410: WIP_CONSTANTS.HOLD, NULL,

406: , p_eam_wo_rec.work_order_type
407: , 17 -- Always create WO in default status, then update to other statuses accordingly
408: , decode(p_eam_wo_rec.status_type,
409: 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)),
410: WIP_CONSTANTS.HOLD, NULL,
411: WIP_CONSTANTS.UNRELEASED, NULL,
412: NULL)
413: , p_eam_wo_rec.owning_department
414: , p_eam_wo_rec.priority

Line 411: WIP_CONSTANTS.UNRELEASED, NULL,

407: , 17 -- Always create WO in default status, then update to other statuses accordingly
408: , decode(p_eam_wo_rec.status_type,
409: 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)),
410: WIP_CONSTANTS.HOLD, NULL,
411: WIP_CONSTANTS.UNRELEASED, NULL,
412: NULL)
413: , p_eam_wo_rec.owning_department
414: , p_eam_wo_rec.priority
415: , p_eam_wo_rec.requested_start_date