DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_GRP dependencies on PON_CONTERMS_UTL_GRP

Line 1: PACKAGE BODY PON_CONTERMS_UTL_GRP as

1: PACKAGE BODY PON_CONTERMS_UTL_GRP as
2: /* $Header: PONCTDVB.pls 120.6 2006/04/17 15:31:42 rrkulkar noship $ */
3:
4: g_package_name VARCHAR2(30) := 'pon_conterms_utl_grp';
5:

Line 4: g_package_name VARCHAR2(30) := 'pon_conterms_utl_grp';

1: PACKAGE BODY PON_CONTERMS_UTL_GRP as
2: /* $Header: PONCTDVB.pls 120.6 2006/04/17 15:31:42 rrkulkar noship $ */
3:
4: g_package_name VARCHAR2(30) := 'pon_conterms_utl_grp';
5:
6: FUNCTION is_contracts_installed RETURN VARCHAR2 IS
7:
8: BEGIN

Line 50: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';

46: BEGIN
47: -- Initialize API return status to unexpected error
48: x_update_allowed := fnd_api.g_false;
49: x_return_status := fnd_api.g_ret_sts_unexp_error;
50: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
51: x_msg_count := 1;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

Line 112: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() - user doesn''t have lock for draft: ' || l_auction_header_id;

108: EXCEPTION
109: WHEN no_data_found THEN
110: x_update_allowed := fnd_api.g_false;
111: x_return_status := fnd_api.g_ret_sts_success;
112: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() - user doesn''t have lock for draft: ' || l_auction_header_id;
113: x_msg_count := 1;
114: return;
115: END;
116:

Line 175: x_msg_data := 'pon_conterms_utl_grp.get_article_variable_values() unexpected error';

171: l_dummy_value VARCHAR2(10) := 'NOT_NULL';
172: BEGIN
173: -- Initialize API return status to unexpected error
174: x_return_status := fnd_api.g_ret_sts_unexp_error;
175: x_msg_data := 'pon_conterms_utl_grp.get_article_variable_values() unexpected error';
176: x_msg_count := 1;
177:
178: -- Standard call to check for call compatibility.
179: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

Line 1199: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';

1195: -- Initialize API return status to unexpected error
1196: x_category_tbl.delete();
1197: x_item_tbl.delete();
1198: x_return_status := fnd_api.g_ret_sts_unexp_error;
1199: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
1200: x_msg_count := 1;
1201:
1202: -- Standard call to check for call compatibility.
1203: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

Line 1240: 'pon_conterms_utl_grp.get_item_category',

1236: exception
1237: when others then
1238: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
1239: fnd_log.string(fnd_log.level_statement,
1240: 'pon_conterms_utl_grp.get_item_category',
1241: 'category query returned no rows');
1242: end if;
1243: end ;
1244:

Line 1268: 'pon_conterms_utl_grp.get_item_category',

1264: exception
1265: when others then
1266: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
1267: fnd_log.string(fnd_log.level_statement,
1268: 'pon_conterms_utl_grp.get_item_category',
1269: 'item query returned no rows');
1270: end if;
1271: end ;
1272:

Line 1288: END PON_CONTERMS_UTL_GRP;

1284:
1285: END get_item_category;
1286:
1287:
1288: END PON_CONTERMS_UTL_GRP;