DBA Data[Home] [Help]

APPS.CSTPPWCL dependencies on CSTPPWCL

Line 1: PACKAGE BODY CSTPPWCL AS

1: PACKAGE BODY CSTPPWCL AS
2: /* $Header: CSTPWCLB.pls 120.4 2005/07/20 04:22:11 skayitha noship $ */
3:
4: /*---------------------------------------------------------------------------*
5: | PUBLIC PROCEDURE |

Line 685: x_err_msg := SUBSTR('CSTPPWCL.process_wip_close_txns('

681: WHEN OTHERS THEN
682: ROLLBACK;
683: x_err_num := SQLCODE;
684: x_err_code := NULL;
685: x_err_msg := SUBSTR('CSTPPWCL.process_wip_close_txns('
686: || to_char(l_stmt_num)
687: || '): '
688: ||SQLERRM,1,240);
689: END process_wip_close_txns;

Line 779: x_err_msg := SUBSTR('CSTPPWCL.flush_wip_costs('

775:
776: WHEN OTHERS THEN
777: x_err_num := SQLCODE;
778: x_err_code := NULL;
779: x_err_msg := SUBSTR('CSTPPWCL.flush_wip_costs('
780: || to_char(l_stmt_num)
781: || '): '
782: ||SQLERRM,1,240);
783: END flush_wip_costs;

Line 785: END cstppwcl;

781: || '): '
782: ||SQLERRM,1,240);
783: END flush_wip_costs;
784:
785: END cstppwcl;