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.12.12020000.3 2013/01/18 09:30:30 penpan 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 1906: x_err_code := SUBSTR('CSTPPWRO.process_wip_resovhd_txns('

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

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

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

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

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

Line 2078: x_err_msg := SUBSTR('CSTPPWRO.process_unrelieved_scrap_qty('

2074: WHEN OTHERS THEN
2075: ROLLBACK;
2076: x_err_num := SQLCODE;
2077: x_err_code := NULL;
2078: x_err_msg := SUBSTR('CSTPPWRO.process_unrelieved_scrap_qty('
2079: || to_char(l_stmt_num)
2080: || '): '
2081: ||SQLERRM,1,2000);
2082:

Line 2086: END cstppwro;

2082:
2083: END process_unrelieved_scrap_qty;
2084:
2085:
2086: END cstppwro;