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.7.12020000.3 2013/02/20 05:29:51 hvutukur ship $ */
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.7.12020000.3 2013/02/20 05:29:51 hvutukur ship $ */
3:
4: g_package_name VARCHAR2(30) := 'pon_conterms_utl_grp';
5:
6: FUNCTION is_contracts_installed RETURN VARCHAR2 IS
7:
8: BEGIN

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

57: BEGIN
58: -- Initialize API return status to unexpected error
59: x_update_allowed := fnd_api.g_false;
60: x_return_status := fnd_api.g_ret_sts_unexp_error;
61: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
62: x_msg_count := 1;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

123: EXCEPTION
124: WHEN no_data_found THEN
125: x_update_allowed := fnd_api.g_false;
126: x_return_status := fnd_api.g_ret_sts_success;
127: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() - user doesn''t have lock for draft: ' || l_auction_header_id;
128: x_msg_count := 1;
129: return;
130: END;
131: END IF;

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

187: l_dummy_value VARCHAR2(10) := 'NOT_NULL';
188: BEGIN
189: -- Initialize API return status to unexpected error
190: x_return_status := fnd_api.g_ret_sts_unexp_error;
191: x_msg_data := 'pon_conterms_utl_grp.get_article_variable_values() unexpected error';
192: x_msg_count := 1;
193:
194: -- Standard call to check for call compatibility.
195: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

1217: -- Initialize API return status to unexpected error
1218: x_category_tbl.delete();
1219: x_item_tbl.delete();
1220: x_return_status := fnd_api.g_ret_sts_unexp_error;
1221: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
1222: x_msg_count := 1;
1223:
1224: -- Standard call to check for call compatibility.
1225: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

Line 1262: 'pon_conterms_utl_grp.get_item_category',

1258: exception
1259: when others then
1260: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
1261: fnd_log.string(fnd_log.level_statement,
1262: 'pon_conterms_utl_grp.get_item_category',
1263: 'category query returned no rows');
1264: end if;
1265: end ;
1266:

Line 1290: 'pon_conterms_utl_grp.get_item_category',

1286: exception
1287: when others then
1288: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
1289: fnd_log.string(fnd_log.level_statement,
1290: 'pon_conterms_utl_grp.get_item_category',
1291: 'item query returned no rows');
1292: end if;
1293: end ;
1294:

Line 1310: END PON_CONTERMS_UTL_GRP;

1306:
1307: END get_item_category;
1308:
1309:
1310: END PON_CONTERMS_UTL_GRP;