DBA Data[Home] [Help]

APPS.CSTPPWRO dependencies on CSTPPWRO

Line 1: PACKAGE BODY CSTPPWRO AS

1: PACKAGE BODY CSTPPWRO AS
2: /* $Header: CSTPWROB.pls 120.10.12010000.2 2008/10/29 19:23:39 vjavli ship $ */
3:
4: /*---------------------------------------------------------------------------*
5: | PRIVATE PROCEDURES/FUNCTIONS |

Line 144: x_err_msg := SUBSTR('CSTPPWRO.charge_operation('

140: WHEN OTHERS THEN
141: ROLLBACK;
142: x_err_num := SQLCODE;
143: x_err_code := NULL;
144: x_err_msg := SUBSTR('CSTPPWRO.charge_operation('
145: || to_char(l_stmt_num)
146: || '): '
147: ||SQLERRM,1,2000);
148:

Line 298: x_err_msg := SUBSTR('CSTPPWRO.check_pacwip_bal_record('

294: WHEN OTHERS THEN
295: ROLLBACK;
296: x_err_num := SQLCODE;
297: x_err_code := NULL;
298: x_err_msg := SUBSTR('CSTPPWRO.check_pacwip_bal_record('
299: || to_char(l_stmt_num)
300: || '): '
301: ||SQLERRM,1,2000);
302:

Line 381: x_err_msg := SUBSTR('CSTPPWRO.get_adj_operations('

377: ROLLBACK;
378: IF c_ops%ISOPEN THEN CLOSE c_ops; END IF; /*Bug#3136153*/
379: x_err_num := SQLCODE;
380: x_err_code := NULL;
381: x_err_msg := SUBSTR('CSTPPWRO.get_adj_operations('
382: || to_char(l_stmt_num)
383: || '): '
384: ||SQLERRM,1,2000);
385:

Line 914: x_err_msg := SUBSTR('CSTPPWRO.build_wip_operation_qty('

910: WHEN OTHERS THEN
911: ROLLBACK;
912: x_err_num := SQLCODE;
913: x_err_code := NULL;
914: x_err_msg := SUBSTR('CSTPPWRO.build_wip_operation_qty('
915: || to_char(l_stmt_num)
916: || '): '
917: ||SQLERRM,1,2000);
918:

Line 1904: x_err_code := SUBSTR('CSTPPWRO.process_wip_resovhd_txns('

1900: EXCEPTION
1901:
1902: WHEN CST_WIP_PENDING_TXNS THEN
1903: x_err_num := 20003;
1904: x_err_code := SUBSTR('CSTPPWRO.process_wip_resovhd_txns('
1905: || to_char(l_stmt_num)
1906: || '): '
1907: || l_err_msg
1908: || '. ',1,2000);

Line 1914: x_err_code := SUBSTR('CSTPPWRO.process_wip_resovhd_txns('

1910: x_err_msg := SUBSTR(fnd_message.get,1,2000);
1911:
1912: WHEN CST_FAIL_ACQ_COST THEN
1913: x_err_num := 20003;
1914: x_err_code := SUBSTR('CSTPPWRO.process_wip_resovhd_txns('
1915: || to_char(l_stmt_num)
1916: || '): '
1917: || l_err_msg
1918: || '. ',1,2000);

Line 1931: x_err_msg := SUBSTR('CSTPPWRO.process_wip_resovhd_txns('

1927: WHEN OTHERS THEN
1928: ROLLBACK;
1929: x_err_num := SQLCODE;
1930: x_err_code := NULL;
1931: x_err_msg := SUBSTR('CSTPPWRO.process_wip_resovhd_txns('
1932: || to_char(l_stmt_num)
1933: || '): '
1934: ||SQLERRM,1,2000);
1935:

Line 1938: END cstppwro;

1934: ||SQLERRM,1,2000);
1935:
1936: END process_wip_resovhd_txns;
1937:
1938: END cstppwro;