DBA Data[Home] [Help]

APPS.AHL_VWP_COST_PVT dependencies on AHL_OSP_COST_PVT

Line 781: AHL_OSP_COST_PVT.Get_OSP_Cost

777: L_DEBUG_KEY,
778: 'Before calling Get_OSP_Cost API to find Cost for OSP Job' );
779: END IF;
780:
781: AHL_OSP_COST_PVT.Get_OSP_Cost
782: (
783: x_return_status => l_return_status,
784: p_workorder_id => c_WO_tasks_rec.Workorder_Id,
785: x_osp_cost => l_osp_cost

Line 999: AHL_OSP_COST_PVT.Get_OSP_Cost

995: L_DEBUG_KEY,
996: 'Before calling Get_OSP_Cost API to find Cost for OSP Job' );
997: END IF;
998:
999: AHL_OSP_COST_PVT.Get_OSP_Cost
1000: (
1001: x_return_status => l_return_status,
1002: p_workorder_id => c_WO_tasks_rec.Workorder_Id,
1003: x_osp_cost => l_osp_cost

Line 1224: AHL_OSP_COST_PVT.Get_OSP_Cost

1220: L_DEBUG_KEY,
1221: 'Before calling Get_OSP_Cost API to find Cost for OSP Job' );
1222: END IF;
1223:
1224: AHL_OSP_COST_PVT.Get_OSP_Cost
1225: (
1226: x_return_status => l_return_status,
1227: p_workorder_id => c_WO_tasks_rec.Workorder_Id,
1228: x_osp_cost => l_osp_cost

Line 1424: 'Before calling AHL_OSP_COST_PVT.Get_OSP_Cost' );

1420:
1421: IF (l_log_statement >= l_log_current_level) THEN
1422: fnd_log.string(l_log_statement,
1423: L_DEBUG_KEY,
1424: 'Before calling AHL_OSP_COST_PVT.Get_OSP_Cost' );
1425: END IF;
1426: AHL_OSP_COST_PVT.Get_OSP_Cost
1427: (
1428: x_return_status => l_return_status,

Line 1426: AHL_OSP_COST_PVT.Get_OSP_Cost

1422: fnd_log.string(l_log_statement,
1423: L_DEBUG_KEY,
1424: 'Before calling AHL_OSP_COST_PVT.Get_OSP_Cost' );
1425: END IF;
1426: AHL_OSP_COST_PVT.Get_OSP_Cost
1427: (
1428: x_return_status => l_return_status,
1429: p_workorder_id => l_WO_Id,
1430: x_osp_cost => l_osp_cost

Line 1439: 'After calling AHL_OSP_COST_PVT.Get_OSP_Cost, Return Status = ' || l_return_status ||

1435:
1436: IF (l_log_statement >= l_log_current_level) THEN
1437: fnd_log.string(l_log_statement,
1438: L_DEBUG_KEY,
1439: 'After calling AHL_OSP_COST_PVT.Get_OSP_Cost, Return Status = ' || l_return_status ||
1440: 'l_actual_cost = ' || l_actual_cost ||
1441: 'l_estimated_cost = ' || l_estimated_cost);
1442: END IF;
1443: END IF;