DBA Data[Home] [Help]

APPS.AHL_PRD_DISP_UTIL_PVT dependencies on AHL_MC_PATH_POSITION_PVT

Line 1336: 'About to call AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID with ' ||

1332:
1333: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1334: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
1335: G_LOG_PREFIX||l_api_name,
1336: 'About to call AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID with ' ||
1337: 'p_csi_item_instance_id = ' || p_parent_instance_id ||
1338: ', p_relationship_id = ' || p_relationship_id);
1339: END IF;
1340:

Line 1361: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (

1357: CLOSE get_instance_disposition_csr;
1358: ELSE
1359:
1360: -- find the path_position_id for the position
1361: AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID (
1362: p_api_version => 1.0,
1363: x_return_status => x_return_status,
1364: x_msg_count => x_msg_count,
1365: x_msg_data => x_msg_data,

Line 1373: 'Returned from call to AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID.' ||

1369:
1370: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1371: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
1372: G_LOG_PREFIX||l_api_name,
1373: 'Returned from call to AHL_MC_PATH_POSITION_PVT.Map_Instance_To_Pos_ID.' ||
1374: ' x_path_position_id = ' || l_path_position_id);
1375: END IF;
1376: l_found_flag := false;
1377: --dbms_output.put_line ('POS ID'||l_path_position_id);