DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on WIP_CONSTANTS

Line 3481: p_wip_entity_type => wip_constants.discrete,

3477: p_wip_entity_id => l_eam_mat_req_rec.wip_entity_id,
3478: p_organization_id => l_eam_mat_req_rec.organization_id,
3479: p_operation_seq_num => l_eam_mat_req_rec.operation_seq_num,
3480: p_inventory_item_id => l_eam_mat_req_rec.inventory_item_id,
3481: p_wip_entity_type => wip_constants.discrete,
3482: p_requested_quantity =>l_eam_mat_req_rec.requested_quantity,
3483: p_source_subinventory => l_eam_mat_req_rec.supply_subinventory,
3484: p_source_locator => l_eam_mat_req_rec.supply_locator_id,
3485: x_request_number => l_req_number,

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

9646:
9647: --fix for 3550864.create the requisitions for newly added osp items for a workorder already in released status
9648: if( l_eam_wo_rec.status_type = 3
9649: and l_old_eam_wo_rec.status_type = 3
9650: and nvl(l_eam_wo_rec.po_creation_time,2)=WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE
9651: ) then
9652: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN
9653: EAM_ERROR_MESSAGE_PVT.Write_Debug('EAM_PROCESS_WO_PVT.PROCESS_WO : Calling EAM_RES_UTILITY_PVT.CREATE_OSP_REQ to create requisitions for osp item for already released workorder');
9654: END IF;

Line 10283: p_wip_entity_type => WIP_CONSTANTS.EAM,

10279: p_validation_level => fnd_api.g_valid_level_full,
10280: p_wip_entity_id => l_out_eam_mat_req_tbl(kk).wip_entity_id,
10281: p_operation_seq_num => l_out_eam_mat_req_tbl(kk).operation_seq_num,
10282: p_inventory_item_id => l_out_eam_mat_req_tbl(kk).inventory_item_id,
10283: p_wip_entity_type => WIP_CONSTANTS.EAM,
10284: p_repetitive_schedule_id => null,
10285: x_return_status => l_return_status,
10286: x_msg_data => l_err_text,
10287: x_msg_count => l_msg_count

Line 12806: p_wip_entity_type => wip_constants.eam,

12802:
12803: IF (i_status_type = 5) then -- added status 5 Complete - No Charges for bug 7305904 FP of 6348136
12804: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling wip_picking_pub.cancel_allocations') ; END IF ;
12805: wip_picking_pub.cancel_allocations (p_wip_entity_id => l_wip_entity_id,
12806: p_wip_entity_type => wip_constants.eam,
12807: p_repetitive_schedule_id => NULL,
12808: x_return_status => l_return_status,
12809: x_msg_data => l_msg_data);
12810: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('wip_picking_pub.cancel_allocations returned: x_return_status:' ||x_return_status) ; END IF ;