DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on WIP_CONSTANTS

Line 3460: p_wip_entity_type => wip_constants.discrete,

3456: p_wip_entity_id => l_eam_mat_req_rec.wip_entity_id,
3457: p_organization_id => l_eam_mat_req_rec.organization_id,
3458: p_operation_seq_num => l_eam_mat_req_rec.operation_seq_num,
3459: p_inventory_item_id => l_eam_mat_req_rec.inventory_item_id,
3460: p_wip_entity_type => wip_constants.discrete,
3461: p_requested_quantity =>l_eam_mat_req_rec.requested_quantity,
3462: p_source_subinventory => l_eam_mat_req_rec.supply_subinventory,
3463: p_source_locator => l_eam_mat_req_rec.supply_locator_id,
3464: x_request_number => l_req_number,

Line 9090: and nvl(l_eam_wo_rec.po_creation_time,2)=WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE

9086:
9087: --fix for 3550864.create the requisitions for newly added osp items for a workorder already in released status
9088: if( l_eam_wo_rec.status_type = 3
9089: and l_old_eam_wo_rec.status_type = 3
9090: and nvl(l_eam_wo_rec.po_creation_time,2)=WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE
9091: ) then
9092: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Call code to create requisitions for osp item for already released workorder'); END IF;
9093: EAM_RES_UTILITY_PVT.CREATE_OSP_REQ
9094: (

Line 9676: p_wip_entity_type => WIP_CONSTANTS.EAM,

9672: p_validation_level => fnd_api.g_valid_level_full,
9673: p_wip_entity_id => l_out_eam_mat_req_tbl(kk).wip_entity_id,
9674: p_operation_seq_num => l_out_eam_mat_req_tbl(kk).operation_seq_num,
9675: p_inventory_item_id => l_out_eam_mat_req_tbl(kk).inventory_item_id,
9676: p_wip_entity_type => WIP_CONSTANTS.EAM,
9677: p_repetitive_schedule_id => null,
9678: x_return_status => l_return_status,
9679: x_msg_data => l_err_text,
9680: x_msg_count => l_msg_count