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.0.12000000.3 2007/10/15 09:55:17 sbhati noship $ */
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: END CST_Common_hooks;

Line 140: END CST_Common_hooks;

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: END CST_Common_hooks;