DBA Data[Home] [Help]

APPS.AHL_VWP_MR_CST_PR_PVT dependencies on AHL_VWP_COST_PVT

Line 398: 'Before Call to AHL_VWP_COST_PVT.estimate_wo_cost'

394: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
395: fnd_log.string
396: (
397: fnd_log.level_statement, G_MODULE_NAME||l_api_name,
398: 'Before Call to AHL_VWP_COST_PVT.estimate_wo_cost'
399: );
400: END IF;
401:
402: AHL_VWP_COST_PVT.estimate_wo_cost

Line 402: AHL_VWP_COST_PVT.estimate_wo_cost

398: 'Before Call to AHL_VWP_COST_PVT.estimate_wo_cost'
399: );
400: END IF;
401:
402: AHL_VWP_COST_PVT.estimate_wo_cost
403: (p_x_cost_price_rec =>l_cost_price_rec,
404: x_return_status =>x_return_status);
405:
406: IF FND_MSG_PUB.count_msg > 0

Line 2192: log_message('Before call to AHL_VWP_COST_PVT.estimate_wo_cost',l_api_name);

2188: -- Not to calculate cost if visit is in cancelled status
2189: IF l_visit_status <>'CANCELLED' THEN
2190:
2191:
2192: log_message('Before call to AHL_VWP_COST_PVT.estimate_wo_cost',l_api_name);
2193:
2194: log_message('before l_cost_price_rec.visit_id'||l_cost_price_rec.visit_id,l_api_name);
2195: log_message('before call to calculate_wo_cost l_cost_price_rec.estimated_price:'||l_cost_price_rec.estimated_price,l_api_name);
2196: log_message('before call to calculate_wo_cost l_cost_price_rec.estimated_cost :'||l_cost_price_rec.estimated_cost ,l_api_name);

Line 2198: AHL_VWP_COST_PVT.calculate_wo_cost(

2194: log_message('before l_cost_price_rec.visit_id'||l_cost_price_rec.visit_id,l_api_name);
2195: log_message('before call to calculate_wo_cost l_cost_price_rec.estimated_price:'||l_cost_price_rec.estimated_price,l_api_name);
2196: log_message('before call to calculate_wo_cost l_cost_price_rec.estimated_cost :'||l_cost_price_rec.estimated_cost ,l_api_name);
2197:
2198: AHL_VWP_COST_PVT.calculate_wo_cost(
2199: p_api_version =>p_api_version,
2200: p_init_msg_list =>p_init_msg_list,
2201: p_commit =>FND_API.G_FALSE,
2202: p_validation_level =>p_validation_level,

Line 2217: log_message('Before call to AHL_VWP_COST_PVT.calculate_mr_cost',l_api_name);

2213:
2214:
2215: IF(l_cost_price_rec.Is_Cst_Struc_updated = 'N') AND (l_cost_price_rec.workorder_id IS NOT NULL)
2216: then
2217: log_message('Before call to AHL_VWP_COST_PVT.calculate_mr_cost',l_api_name);
2218: log_message('bef call to calculate_mr_cost l_cost_price_rec.visit_id'||l_cost_price_rec.visit_id,l_api_name);
2219: log_message('bef call to calculate_mr_cost l_cost_price_rec.estimated_price:'||l_cost_price_rec.estimated_price,l_api_name);
2220: log_message('bef call to calculate_mr_cost l_cost_price_rec.estimated_cost :'||l_cost_price_rec.estimated_cost ,l_api_name);
2221:

Line 2223: AHL_VWP_COST_PVT.calculate_mr_cost

2219: log_message('bef call to calculate_mr_cost l_cost_price_rec.estimated_price:'||l_cost_price_rec.estimated_price,l_api_name);
2220: log_message('bef call to calculate_mr_cost l_cost_price_rec.estimated_cost :'||l_cost_price_rec.estimated_cost ,l_api_name);
2221:
2222:
2223: AHL_VWP_COST_PVT.calculate_mr_cost
2224: (
2225: p_visit_task_id =>l_cost_price_rec.visit_task_id ,
2226: p_session_id =>l_cost_price_rec.mr_session_id,
2227: x_actual_cost =>l_cost_price_rec.actual_cost,

Line 2241: 'Before call to AHL_VWP_COST_PVT.get_profit_or_loss',l_api_name

2237: log_message('after call to calculate_mr_cost l_cost_price_rec.estimated_cost :'||l_cost_price_rec.estimated_cost ,l_api_name);
2238:
2239:
2240: log_message(
2241: 'Before call to AHL_VWP_COST_PVT.get_profit_or_loss',l_api_name
2242: );
2243:
2244:
2245: AHL_VWP_COST_PVT.get_profit_or_loss

Line 2245: AHL_VWP_COST_PVT.get_profit_or_loss

2241: 'Before call to AHL_VWP_COST_PVT.get_profit_or_loss',l_api_name
2242: );
2243:
2244:
2245: AHL_VWP_COST_PVT.get_profit_or_loss
2246: (
2247: p_actual_price =>l_cost_price_rec.actual_price ,
2248: p_ESTIMATEd_price =>l_cost_price_rec.ESTIMATEd_price,
2249: p_actual_cost =>l_cost_price_rec.actual_cost,