DBA Data[Home] [Help]

APPS.JA_KR_AP_SPECIAL_WH_PKG dependencies on JA_KR_AP_SPECIAL_WH_PKG

Line 1: PACKAGE BODY JA_KR_AP_SPECIAL_WH_PKG AS

1: PACKAGE BODY JA_KR_AP_SPECIAL_WH_PKG AS
2: /* $Header: jakrpwhb.pls 115.5 2002/11/12 22:13:24 thwon ship $ */
3:
4:
5: /**************************************************************************

Line 24: current_calling_sequence := 'JA_KR_AP_SPECIAL_WH_PKG.<- rounding_units ' ||

20: debug_info Varchar2(500);
21: current_calling_sequence Varchar2(2000);
22:
23: BEGIN
24: current_calling_sequence := 'JA_KR_AP_SPECIAL_WH_PKG.<- rounding_units ' ||
25: P_Calling_Sequence;
26: rounded := nvl(P_Withheld_Amount,0) - (nvl(P_Withheld_Amount,0) mod 10);
27: RETURN nvl(rounded,P_Withheld_Amount);
28:

Line 67: current_calling_sequence := 'JA_KR_AP_SPECIAL_WH_PKG.<- Minimum_Withheld_Amt ' ||

63: FROM AP_Tax_Codes
64: WHERE name = P_Tax_Name;
65:
66: BEGIN
67: current_calling_sequence := 'JA_KR_AP_SPECIAL_WH_PKG.<- Minimum_Withheld_Amt ' ||
68: P_Calling_Sequence;
69: FOR db_reg IN C_Minimum LOOP
70: Min_Wh := nvl(db_reg.Minimum,0);
71: RETURN (Min_Wh);

Line 112: current_calling_sequence := 'JA_KR_AP_SPECIAL_WH_PKG.<- Ja_Special_Withheld_Amt ' ||

108: current_calling_sequence Varchar2(2000);
109:
110: BEGIN
111:
112: current_calling_sequence := 'JA_KR_AP_SPECIAL_WH_PKG.<- Ja_Special_Withheld_Amt ' ||
113: P_Calling_Sequence;
114:
115: IF (P_CurrCode = P_BaseCurrCode) THEN
116:

Line 164: END JA_KR_AP_SPECIAL_WH_PKG;

160: APP_EXCEPTION.RAISE_EXCEPTION;
161:
162: END Ja_Special_Withheld_Amt;
163:
164: END JA_KR_AP_SPECIAL_WH_PKG;