DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_MC_PATH_POSITION_PVT

Line 1555: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (

1551: END IF;
1552:
1553: -- find the path_position_id for the removed instance.
1554:
1555: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (
1556: p_api_version => 1.0,
1557: x_return_status => x_return_status,
1558: x_msg_count => l_msg_count,
1559: x_msg_data => l_msg_data,

Line 2082: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (

2078: -- Get path position ID for Create and Swap operations.
2079: IF (p_x_parts_rec.operation_type ='C' OR p_x_parts_rec.operation_type = 'M') then
2080:
2081: -- find the path_position_id for the installed instance.
2082: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (
2083: p_api_version => 1.0,
2084: x_return_status => x_return_status,
2085: x_msg_count => l_msg_count,
2086: x_msg_data => l_msg_data,