DBA Data[Home] [Help]

APPS.CST_COMMON_HOOKS dependencies on CST_COMMON_HOOKS

Line 1: PACKAGE BODY CST_Common_hooks AS

1: PACKAGE BODY CST_Common_hooks AS
2: /* $Header: CSTCOHKB.pls 120.1.12020000.2 2012/11/27 14:54:27 mpuranik ship $ */
3:
4: /*--------------------------------------------------------------------------------
5: | FUNCTION |

Line 130: o_err_msg := 'CST_Common_hooks.Get_NRtax_amount: ' || to_char(l_stmt_num)|| substrb('Unrecognised Transactions Source',1,180);

126: EXCEPTION
127: when undefined_source then
128: o_err_num := -1;
129: o_err_code := 'undefined_source';
130: o_err_msg := 'CST_Common_hooks.Get_NRtax_amount: ' || to_char(l_stmt_num)|| substrb('Unrecognised Transactions Source',1,180);
131: return -1;
132:
133: when others then
134: o_err_num := -1;

Line 136: o_err_msg := 'CST_Common_hooks.Get_NRtax_amount: ' || to_char(l_stmt_num)|| substrb(SQLERRM,1,180);

132:
133: when others then
134: o_err_num := -1;
135: o_err_code := SQLCODE;
136: o_err_msg := 'CST_Common_hooks.Get_NRtax_amount: ' || to_char(l_stmt_num)|| substrb(SQLERRM,1,180);
137: return -1;
138: END Get_NRtax_amount;
139:
140: -- FUNCTION

Line 187: END CST_Common_hooks;

183: o_err_msg := 'CSTPACHK.get_prd_cls_zeroval_option:' || substrb(SQLERRM,1,150);
184: return 0;
185: END get_prd_cls_zeroval_option;
186:
187: END CST_Common_hooks;