DBA Data[Home] [Help]

APPS.JG_WITHHOLDING_TAX_PKG dependencies on JG_ZZ_SHARED_PKG

Line 16: l_product_code := jg_zz_shared_pkg.get_product(ap_calc_withholding_pkg.g_org_id, NULL);

12: is
13: l_product_code varchar2(2);
14: BEGIN
15:
16: l_product_code := jg_zz_shared_pkg.get_product(ap_calc_withholding_pkg.g_org_id, NULL);
17:
18: IF l_product_code = 'JA' then
19: return ( JA_AWT_PKG.Get_Rate_Id(
20: P_Tax_Name

Line 27: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JE' then

23: ,P_Awt_Date
24: ,P_Amount
25: ));
26: /* commented for June 24 th release bug by shijain, uncomment later
27: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JE' then
28: return ( JE_AWT_PKG.Get_Rate_Id(
29: P_Tax_Name
30: ,P_Invoice_Id
31: ,P_Payment_Num

Line 61: IF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JA' then

57: BEGIN
58:
59: fnd_profile.get('ORG_ID',l_ou_id);
60:
61: IF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JA' then
62: JA_AWT_PKG.AWT_Rounding(P_Checkrun_Name);
63: /* commented for June 24 th release bug by shijain, uncomment later
64: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JE' then
65: JE_AWT_PKG.AWT_Rounding(P_Checkrun_Name);

Line 64: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JE' then

60:
61: IF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JA' then
62: JA_AWT_PKG.AWT_Rounding(P_Checkrun_Name);
63: /* commented for June 24 th release bug by shijain, uncomment later
64: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JE' then
65: JE_AWT_PKG.AWT_Rounding(P_Checkrun_Name);
66: */
67: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JL' then
68: JL_AWT_PKG.AWT_Rounding(P_Checkrun_Name);

Line 67: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JL' then

63: /* commented for June 24 th release bug by shijain, uncomment later
64: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JE' then
65: JE_AWT_PKG.AWT_Rounding(P_Checkrun_Name);
66: */
67: ELSIF jg_zz_shared_pkg.get_product(l_ou_id, NULL) = 'JL' then
68: JL_AWT_PKG.AWT_Rounding(P_Checkrun_Name);
69: ELSE
70: null;
71: END IF;

Line 100: l_country_code := jg_zz_shared_pkg.get_country(ap_calc_withholding_pkg.g_org_id, NULL);

96: BEGIN
97: current_calling_sequence := 'JG_WITHHOLDING_TAX_PKG.<-Jg_Special_Withheld_Amt ' ||
98: P_Calling_Sequence;
99:
100: l_country_code := jg_zz_shared_pkg.get_country(ap_calc_withholding_pkg.g_org_id, NULL);
101: IF (l_country_code = 'KR') THEN
102:
103: Ja_Kr_Ap_Special_Wh_PKG.Ja_Special_Withheld_Amt
104: (P_Withheld_Amount