DBA Data[Home] [Help]

APPS.CSTPAPHK dependencies on CSTPAPHK

Line 1: PACKAGE BODY CSTPAPHK AS

1: PACKAGE BODY CSTPAPHK AS
2: /* $Header: CSTAPHKB.pls 115.3 2002/11/08 02:34:46 awwang ship $ */
3:
4:
5: -- FUNCTION

Line 42: o_err_msg := 'CSTPAPHK.GET_ACCOUNT_ID:' || substrb(SQLERRM,1,150);

38: EXCEPTION
39:
40: when others then
41: o_err_num := SQLCODE;
42: o_err_msg := 'CSTPAPHK.GET_ACCOUNT_ID:' || substrb(SQLERRM,1,150);
43: return -1;
44:
45: END get_account_id;
46:

Line 47: END CSTPAPHK;

43: return -1;
44:
45: END get_account_id;
46:
47: END CSTPAPHK;
48: