DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on CST_UTILITY_PUB

Line 1: PACKAGE BODY CST_Utility_PUB AS

1: PACKAGE BODY CST_Utility_PUB AS
2: /* $Header: CSTUTILB.pls 120.6.12010000.2 2008/10/31 11:05:27 prashkum ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CST_Utility_PUB';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CST_Utility_PUB';

1: PACKAGE BODY CST_Utility_PUB AS
2: /* $Header: CSTUTILB.pls 120.6.12010000.2 2008/10/31 11:05:27 prashkum ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CST_Utility_PUB';
5:
6: ----------------------------------------------------------------------------
7: -- PROCEDURE --
8: -- writeLogMessages --

Line 77: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));

73:
74: EXCEPTION
75: when fnd_api.g_exc_error then
76: x_return_status := fnd_api.g_ret_sts_error;
77: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));
78: when fnd_api.g_exc_unexpected_error then
79: x_return_status := fnd_api.g_ret_sts_unexp_error ;
80: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));
81: when others then

Line 80: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));

76: x_return_status := fnd_api.g_ret_sts_error;
77: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));
78: when fnd_api.g_exc_unexpected_error then
79: x_return_status := fnd_api.g_ret_sts_unexp_error ;
80: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));
81: when others then
82: x_return_status := fnd_api.g_ret_sts_unexp_error ;
83: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));
84:

Line 83: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));

79: x_return_status := fnd_api.g_ret_sts_unexp_error ;
80: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));
81: when others then
82: x_return_status := fnd_api.g_ret_sts_unexp_error ;
83: fnd_file.put_line(fnd_file.log,'CST_Utility_PUB.writeLogMessages(' || l_stmt_num || '): ' || x_return_status || substr(SQLERRM,1,200));
84:
85: END writeLogMessages;
86:
87: ----------------------------------------------------------------------------

Line 267: ( 'CST_Utility_Pub'

263: --
264: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
265: THEN
266: fnd_msg_pub.add_exc_msg
267: ( 'CST_Utility_Pub'
268: , 'getTxnCategoryId : Statement - '||to_char(l_statement)
269: );
270:
271: END IF;

Line 425: ( 'CST_Utility_PUB','get_Std_CG_Acct_Flag : Statement - ' || to_char(l_statement));

421: WHEN OTHERS THEN
422: x_return_status := fnd_api.g_ret_sts_unexp_error ;
423: If fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
424: fnd_msg_pub.add_exc_msg
425: ( 'CST_Utility_PUB','get_Std_CG_Acct_Flag : Statement - ' || to_char(l_statement));
426: end if;
427:
428: fnd_msg_pub.count_and_get( p_count => x_msg_count,
429: p_data => x_msg_data );

Line 1084: fnd_msg_pub.add_exc_msg ( 'CST_Utility_PUB',

1080: WHEN OTHERS THEN
1081: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1082: x_zero_cost_flag:= -1;
1083: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
1084: fnd_msg_pub.add_exc_msg ( 'CST_Utility_PUB',
1085: ' get_ZeroCostIssue_Flag: Statement - ' || to_char(l_statement));
1086: end if;
1087:
1088: fnd_msg_pub.count_and_get(

Line 1249: ( 'CST_Utility_PUB',' get_Direct_Item_Charge_Acct : Statement - ' || to_char(l_statement));

1245: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1246: x_material_acct := -1;
1247: If fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
1248: fnd_msg_pub.add_exc_msg
1249: ( 'CST_Utility_PUB',' get_Direct_Item_Charge_Acct : Statement - ' || to_char(l_statement));
1250: end if;
1251:
1252: fnd_msg_pub.count_and_get( p_count => x_msg_count,
1253: p_data => x_msg_data );

Line 1309: ( 'CST_Utility_PUB',' check_Db_Version : Statement - ' || to_char(l_statement));

1305: WHEN OTHERS THEN
1306: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1307: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
1308: THEN fnd_msg_pub.add_exc_msg
1309: ( 'CST_Utility_PUB',' check_Db_Version : Statement - ' || to_char(l_statement));
1310: END IF;
1311: fnd_msg_pub.count_and_get( p_count => x_msg_count,
1312: p_data => x_msg_data );
1313: END check_Db_Version;

Line 1478: END CST_Utility_PUB;

1474: p_event_class_code := NULL;
1475: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1476: END Get_Receipt_Event_Info;
1477:
1478: END CST_Utility_PUB;