DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_MC_PATH_POSITION_PVT

Line 1516: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (

1512: END IF;
1513:
1514: -- find the path_position_id for the removed instance.
1515:
1516: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (
1517: p_api_version => 1.0,
1518: x_return_status => x_return_status,
1519: x_msg_count => l_msg_count,
1520: x_msg_data => l_msg_data,

Line 2032: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (

2028: -- Get path position ID for Create and Swap operations.
2029: IF (p_x_parts_rec.operation_type ='C' OR p_x_parts_rec.operation_type = 'M') then
2030:
2031: -- find the path_position_id for the installed instance.
2032: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (
2033: p_api_version => 1.0,
2034: x_return_status => x_return_status,
2035: x_msg_count => l_msg_count,
2036: x_msg_data => l_msg_data,