DBA Data[Home] [Help]

APPS.CSTPPCHK dependencies on CSTPPCHK

Line 1: PACKAGE BODY CSTPPCHK AS

1: PACKAGE BODY CSTPPCHK AS
2: /* $Header: CSTPCHKB.pls 115.6 2002/11/09 00:27:26 awwang ship $*/
3:
4: /*---------------------------------------------------------------------------*
5: | FUNCTION |

Line 44: o_err_msg := 'CSTPPCHK.ACTUAL_COST_HOOK:' || substrb(SQLERRM,1,150);

40: EXCEPTION
41:
42: when others then
43: o_err_num := SQLCODE;
44: o_err_msg := 'CSTPPCHK.ACTUAL_COST_HOOK:' || substrb(SQLERRM,1,150);
45: return -1;
46:
47: END actual_cost_hook;
48:

Line 87: o_err_msg := 'CSTPPCHK.BEGINNING_BALANCE_HOOK:' || substrb(SQLERRM,1,150);

83: EXCEPTION
84:
85: when others then
86: o_err_num := SQLCODE;
87: o_err_msg := 'CSTPPCHK.BEGINNING_BALANCE_HOOK:' || substrb(SQLERRM,1,150);
88: o_err_num := SQLCODE;
89: return -1;
90:
91: END beginning_balance_hook;

Line 94: END CSTPPCHK;

90:
91: END beginning_balance_hook;
92:
93:
94: END CSTPPCHK;