DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on WIP_CONSTANTS

Line 497: p_wip_entity_type =>wip_constants.eam,

493: p_user_id =>p_user_id ,
494: p_trx_src_id =>p_wip_entity_id,
495: x_trx_temp_id =>x_tmp_id ,
496: p_operation_seq_num =>p_operation_seq_num,
497: p_wip_entity_type =>wip_constants.eam,
498: p_trx_reference =>p_reference,
499: p_negative_req_flag =>1,
500: p_serial_ctrl_code =>l_serial_number_control_code,--1
501: p_lot_ctrl_code => l_lot_control_code,--1

Line 1065: p_wip_entity_type => wip_constants.eam,

1061:
1062: wip_picking_pub.cancel_comp_allocations (p_wip_entity_id => l_wip_entity_id,
1063: p_operation_seq_num => l_operation_seq_num,
1064: p_inventory_item_id => l_inventory_item_id,
1065: p_wip_entity_type => wip_constants.eam,
1066: p_repetitive_schedule_id => NULL,
1067: x_return_status => l_return_status,
1068: x_msg_data => l_msg_data);
1069:

Line 1265: p_wip_entity_type => wip_constants.eam,

1261:
1262: l_allocate_comp_red_tbl(1) := l_allocate_comp_red_rec;
1263:
1264: wip_picking_pub.reduce_comp_allocations ( p_comp_tbl => l_allocate_comp_red_tbl,
1265: p_wip_entity_type => wip_constants.eam,
1266: p_organization_id => l_organization_id,
1267: x_return_status => l_return_status,
1268: x_msg_data => l_msg_data);
1269:

Line 1312: p_wip_entity_type => wip_constants.eam ,

1308: x_return_status => l_return_status,
1309: x_msg_count => l_msg_count,
1310: x_msg_data => l_msg_data,
1311: x_request_number => l_request_number,
1312: p_wip_entity_type => wip_constants.eam ,
1313: p_organization_id => l_organization_id,
1314: p_wip_entity_id => l_allocate_comp_inc_tbl(1).wip_entity_id,
1315: p_operation_seq_num => l_allocate_comp_inc_tbl(1).operation_seq_num,
1316: p_inventory_item_id => l_allocate_comp_inc_tbl(1).inventory_item_id,

Line 1499: p_wip_entity_type => wip_constants.eam ,

1495: x_return_status => l_return_status,
1496: x_msg_count => l_msg_count,
1497: x_msg_data => l_msg_data,
1498: x_request_number => l_request_number,
1499: p_wip_entity_type => wip_constants.eam ,
1500: p_organization_id => l_organization_id,
1501: p_wip_entity_id => l_allocate_comp_inc_tbl(1).wip_entity_id,
1502: p_operation_seq_num => l_allocate_comp_inc_tbl(1).operation_seq_num,
1503: p_inventory_item_id => l_allocate_comp_inc_tbl(1).inventory_item_id,

Line 1644: p_wip_entity_type => wip_constants.eam,

1640: 'Calling wip_picking_pub.allocate');
1641: end if;
1642: wip_picking_pub.allocate(p_alloc_tbl => l_allocate_tbl,
1643: p_cutoff_date => null,
1644: p_wip_entity_type => wip_constants.eam,
1645: p_organization_id => l_organization_id,
1646: x_mo_req_number => l_request_number,
1647: x_conc_req_id => l_pickslip_conc_req_id,
1648: x_return_status => l_return_status,

Line 1670: p_wip_entity_type => wip_constants.eam,

1666: if (l_sLog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
1667: 'Calling wip_picking_pub.cancel_allocations');
1668: end if;
1669: wip_picking_pub.cancel_allocations (p_wip_entity_id => l_wip_entity_id,
1670: p_wip_entity_type => wip_constants.eam,
1671: p_repetitive_schedule_id => NULL,
1672: x_return_status => l_return_status,
1673: x_msg_data => l_msg_data);
1674: