DBA Data[Home] [Help]

APPS.AHL_VWP_MR_CST_PR_PVT dependencies on AHL_VWP_MR_CST_PR_PVT

Line 1: PACKAGE BODY AHL_VWP_MR_CST_PR_PVT AS

1: PACKAGE BODY AHL_VWP_MR_CST_PR_PVT AS
2: /* $Header: AHLVMCPB.pls 120.4 2006/06/07 08:27:20 anraj noship $ */
3:
4: G_PKG_NAME VARCHAR2(30):='AHL_VWP_MR_CST_PR_PVT';
5: G_MODULE_NAME VARCHAR2(250):='ahl.plsql.AHL_VWP_MR_CST_PR_PVT.';

Line 4: G_PKG_NAME VARCHAR2(30):='AHL_VWP_MR_CST_PR_PVT';

1: PACKAGE BODY AHL_VWP_MR_CST_PR_PVT AS
2: /* $Header: AHLVMCPB.pls 120.4 2006/06/07 08:27:20 anraj noship $ */
3:
4: G_PKG_NAME VARCHAR2(30):='AHL_VWP_MR_CST_PR_PVT';
5: G_MODULE_NAME VARCHAR2(250):='ahl.plsql.AHL_VWP_MR_CST_PR_PVT.';
6: G_DEBUG VARCHAR2(1) := AHL_DEBUG_PUB.is_log_enabled;
7: G_APP_NAME CONSTANT VARCHAR2(3) := 'AHL';
8:

Line 5: G_MODULE_NAME VARCHAR2(250):='ahl.plsql.AHL_VWP_MR_CST_PR_PVT.';

1: PACKAGE BODY AHL_VWP_MR_CST_PR_PVT AS
2: /* $Header: AHLVMCPB.pls 120.4 2006/06/07 08:27:20 anraj noship $ */
3:
4: G_PKG_NAME VARCHAR2(30):='AHL_VWP_MR_CST_PR_PVT';
5: G_MODULE_NAME VARCHAR2(250):='ahl.plsql.AHL_VWP_MR_CST_PR_PVT.';
6: G_DEBUG VARCHAR2(1) := AHL_DEBUG_PUB.is_log_enabled;
7: G_APP_NAME CONSTANT VARCHAR2(3) := 'AHL';
8:
9: -----------------------------------------------------------

Line 11: -- AHL_VWP_MR_CST_PR_PVT

7: G_APP_NAME CONSTANT VARCHAR2(3) := 'AHL';
8:
9: -----------------------------------------------------------
10: -- PACKAGE
11: -- AHL_VWP_MR_CST_PR_PVT
12: --
13: -- PROCEDURES
14: --
15: -- NOTES

Line 287: 'ahl.plsql.AHL_VWP_MR_CST_PR_PVT.estimate_MR_cost',

283: (
284:
285: fnd_log.level_statement,
286:
287: 'ahl.plsql.AHL_VWP_MR_CST_PR_PVT.estimate_MR_cost',
288:
289: 'Got request for estimating cost of Visit Task ID : ' || p_x_cost_price_rec.visit_task_id
290:
291: );

Line 299: 'ahl.plsql.AHL_VWP_MR_CST_PR_PVT.estimate_MR_cost',

295: (
296:
297: fnd_log.level_statement,
298:
299: 'ahl.plsql.AHL_VWP_MR_CST_PR_PVT.estimate_MR_cost',
300:
301: 'input mr session id : ' || p_x_cost_price_rec.mr_session_id
302:
303: );

Line 311: 'ahl.plsql.AHL_VWP_MR_CST_PR_PVT.estimate_MR_cost',

307: (
308:
309: fnd_log.level_statement,
310:
311: 'ahl.plsql.AHL_VWP_MR_CST_PR_PVT.estimate_MR_cost',
312:
313: 'input cost session id : ' || p_x_cost_price_rec.cost_session_id
314:
315: );

Line 1022: 'Before call to AHL_VWP_MR_CST_PR_PVT.estimate_mr_price'

1018: fnd_log.string
1019: (
1020: fnd_log.level_statement,
1021: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
1022: 'Before call to AHL_VWP_MR_CST_PR_PVT.estimate_mr_price'
1023: );
1024: END IF;
1025:
1026:

Line 1028: AHL_VWP_MR_CST_PR_PVT.estimate_mr_price

1024: END IF;
1025:
1026:
1027:
1028: AHL_VWP_MR_CST_PR_PVT.estimate_mr_price
1029: (
1030: p_api_version =>l_api_version,
1031: p_init_msg_list =>Fnd_Api.g_false,
1032: p_commit =>Fnd_Api.g_false,

Line 1890: 'Before call to AHL_VWP_MR_CST_PR_PVT.get_mr_items_no_price'

1886: fnd_log.string
1887: (
1888: fnd_log.level_statement,
1889: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name||':',
1890: 'Before call to AHL_VWP_MR_CST_PR_PVT.get_mr_items_no_price'
1891: );
1892: END IF;
1893:
1894: AHL_VWP_MR_CST_PR_PVT.get_mr_items_no_price

Line 1894: AHL_VWP_MR_CST_PR_PVT.get_mr_items_no_price

1890: 'Before call to AHL_VWP_MR_CST_PR_PVT.get_mr_items_no_price'
1891: );
1892: END IF;
1893:
1894: AHL_VWP_MR_CST_PR_PVT.get_mr_items_no_price
1895: (
1896: p_api_version =>l_api_version,
1897: p_init_msg_list =>Fnd_Api.g_false,
1898: p_commit =>Fnd_Api.g_false,

Line 2328: END AHL_VWP_MR_CST_PR_PVT;

2324: );
2325:
2326: END Get_MR_Cost_Details;
2327:
2328: END AHL_VWP_MR_CST_PR_PVT;