DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on WIP_CONSTANTS

Line 288: p_wip_entity_type =>wip_constants.eam,

284: p_user_id =>p_user_id ,
285: p_trx_src_id =>p_wip_entity_id,
286: x_trx_temp_id =>x_tmp_id ,
287: p_operation_seq_num =>p_operation_seq_num,
288: p_wip_entity_type =>wip_constants.eam,
289: p_trx_reference =>p_reference,
290: p_negative_req_flag =>1,
291: p_serial_ctrl_code =>l_serial_number_control_code,--1
292: p_lot_ctrl_code => l_lot_control_code,--1

Line 838: p_wip_entity_type => wip_constants.eam,

834:
835: wip_picking_pub.cancel_comp_allocations (p_wip_entity_id => l_wip_entity_id,
836: p_operation_seq_num => l_operation_seq_num,
837: p_inventory_item_id => l_inventory_item_id,
838: p_wip_entity_type => wip_constants.eam,
839: p_repetitive_schedule_id => NULL,
840: x_return_status => l_return_status,
841: x_msg_data => l_msg_data);
842:

Line 1038: p_wip_entity_type => wip_constants.eam,

1034:
1035: l_allocate_comp_red_tbl(1) := l_allocate_comp_red_rec;
1036:
1037: wip_picking_pub.reduce_comp_allocations ( p_comp_tbl => l_allocate_comp_red_tbl,
1038: p_wip_entity_type => wip_constants.eam,
1039: p_organization_id => l_organization_id,
1040: x_return_status => l_return_status,
1041: x_msg_data => l_msg_data);
1042:

Line 1085: p_wip_entity_type => wip_constants.eam ,

1081: x_return_status => l_return_status,
1082: x_msg_count => l_msg_count,
1083: x_msg_data => l_msg_data,
1084: x_request_number => l_request_number,
1085: p_wip_entity_type => wip_constants.eam ,
1086: p_organization_id => l_organization_id,
1087: p_wip_entity_id => l_allocate_comp_inc_tbl(1).wip_entity_id,
1088: p_operation_seq_num => l_allocate_comp_inc_tbl(1).operation_seq_num,
1089: p_inventory_item_id => l_allocate_comp_inc_tbl(1).inventory_item_id,

Line 1272: p_wip_entity_type => wip_constants.eam ,

1268: x_return_status => l_return_status,
1269: x_msg_count => l_msg_count,
1270: x_msg_data => l_msg_data,
1271: x_request_number => l_request_number,
1272: p_wip_entity_type => wip_constants.eam ,
1273: p_organization_id => l_organization_id,
1274: p_wip_entity_id => l_allocate_comp_inc_tbl(1).wip_entity_id,
1275: p_operation_seq_num => l_allocate_comp_inc_tbl(1).operation_seq_num,
1276: p_inventory_item_id => l_allocate_comp_inc_tbl(1).inventory_item_id,

Line 1417: p_wip_entity_type => wip_constants.eam,

1413: 'Calling wip_picking_pub.allocate');
1414: end if;
1415: wip_picking_pub.allocate(p_alloc_tbl => l_allocate_tbl,
1416: p_cutoff_date => null,
1417: p_wip_entity_type => wip_constants.eam,
1418: p_organization_id => l_organization_id,
1419: x_mo_req_number => l_request_number,
1420: x_conc_req_id => l_pickslip_conc_req_id,
1421: x_return_status => l_return_status,

Line 1435: p_wip_entity_type => wip_constants.eam,

1431: if (l_sLog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
1432: 'Calling wip_picking_pub.cancel_allocations');
1433: end if;
1434: wip_picking_pub.cancel_allocations (p_wip_entity_id => l_wip_entity_id,
1435: p_wip_entity_type => wip_constants.eam,
1436: p_repetitive_schedule_id => NULL,
1437: x_return_status => l_return_status,
1438: x_msg_data => l_msg_data);
1439: if (l_sLog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,