DBA Data[Home] [Help]

APPS.CSTPUMEC dependencies on CSTPUMEC

Line 1: PACKAGE BODY CSTPUMEC AS

1: PACKAGE BODY CSTPUMEC AS
2: /* $Header: CSTPUMEB.pls 120.7.12010000.2 2008/10/22 14:20:09 smsasidh ship $ */
3:
4:
5: --

Line 1312: l_err_msg := 'CSTPUMEC.set_cost_controls - error in statement '||to_char(l_stmt_num)||': '|| substrb(SQLERRM,1,150);

1308:
1309: EXCEPTION
1310:
1311: when others then
1312: l_err_msg := 'CSTPUMEC.set_cost_controls - error in statement '||to_char(l_stmt_num)||': '|| substrb(SQLERRM,1,150);
1313: fnd_file.put_line(fnd_file.log,l_err_msg);
1314: fnd_file.put_line(fnd_file.log,'All changes rolled back.');
1315: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
1316: O_Err_Num := SQLCODE;

Line 1322: END CSTPUMEC;

1318: ROLLBACK TO SAVEPOINT set_cost_controls_PUB;
1319:
1320: END set_cost_controls;
1321:
1322: END CSTPUMEC;