DBA Data[Home] [Help]

APPS.AHL_VWP_COST_PVT dependencies on AHL_OSP_COST_PVT

Line 784: AHL_OSP_COST_PVT.Get_OSP_Cost

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

Line 1002: AHL_OSP_COST_PVT.Get_OSP_Cost

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

Line 1227: AHL_OSP_COST_PVT.Get_OSP_Cost

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

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

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

Line 1429: AHL_OSP_COST_PVT.Get_OSP_Cost

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

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

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