DBA Data[Home] [Help]

APPS.JL_BR_AP_PAY_SCHED_GDF_PKG dependencies on JL_ZZ_AP_LIBRARY_1_PKG

Line 103: JL_ZZ_AP_LIBRARY_1_PKG.get_city_frm_sys(p_city,1, errcode1, p_state);

99: IF NVL(X_payment_location,'$') = '1' THEN -- 1 COMPANY ---------
100: -- Get city from ap_system_parameters
101:
102: -- Bug 2319552 : BDC - State Lov
103: JL_ZZ_AP_LIBRARY_1_PKG.get_city_frm_sys(p_city,1, errcode1, p_state);
104: ELSIF NVL(X_payment_location,'$') = '2' THEN -- 2 SUPPLIER --------
105: -- Get city from po_vendor_sites
106:
107: -- Bug 2319552 : BDC - State Lov : Start ------

Line 108: JL_ZZ_AP_LIBRARY_1_PKG.get_city_frm_povend(p_vendor_site_id, p_city, 1, errcode1, p_state);

104: ELSIF NVL(X_payment_location,'$') = '2' THEN -- 2 SUPPLIER --------
105: -- Get city from po_vendor_sites
106:
107: -- Bug 2319552 : BDC - State Lov : Start ------
108: JL_ZZ_AP_LIBRARY_1_PKG.get_city_frm_povend(p_vendor_site_id, p_city, 1, errcode1, p_state);
109:
110: END IF;
111:
112: VALIDATE_DATE (p_in_date,

Line 163: JL_ZZ_AP_LIBRARY_1_PKG.Get_interest_type(p_vendor_site_id, v_inttyp, 1, errcode1);

159: BEGIN
160: -------------------------------------------------------
161: -- Get interest type as follows for global_attribute1
162: -------------------------------------------------------
163: JL_ZZ_AP_LIBRARY_1_PKG.Get_interest_type(p_vendor_site_id, v_inttyp, 1, errcode1);
164: ------------------------------------------------------
165: -- Get penanlty rate/amount days, interest grace days,
166: -- interest period, interest rate/amount as follows for
167: -- global_attribute7, global_attribute5, global_attribute3, global_attribute2

Line 169: JL_ZZ_AP_LIBRARY_1_PKG.Get_Interest_Penalty_Details(p_vendor_site_id, v_pntamt, v_intgrd,

165: -- Get penanlty rate/amount days, interest grace days,
166: -- interest period, interest rate/amount as follows for
167: -- global_attribute7, global_attribute5, global_attribute3, global_attribute2
168: ------------------------------------------------------
169: JL_ZZ_AP_LIBRARY_1_PKG.Get_Interest_Penalty_Details(p_vendor_site_id, v_pntamt, v_intgrd,
170: v_intprd, v_intamt, 1, errcode2);
171: ------------------------------------------------------
172: -- Get interest formula as follows for global_attribute4
173: ------------------------------------------------------

Line 174: JL_ZZ_AP_LIBRARY_1_PKG.Get_Interest_Formula(p_vendor_site_id, v_intfml, 1, errcode4);

170: v_intprd, v_intamt, 1, errcode2);
171: ------------------------------------------------------
172: -- Get interest formula as follows for global_attribute4
173: ------------------------------------------------------
174: JL_ZZ_AP_LIBRARY_1_PKG.Get_Interest_Formula(p_vendor_site_id, v_intfml, 1, errcode4);
175: ------------------------------------------------------
176: -- Get penalty type as follows for global_attribute6
177: ------------------------------------------------------
178: JL_ZZ_AP_LIBRARY_1_PKG.Get_Penalty_Type(p_vendor_site_id, v_pnttyp, 1, errcode6);

Line 178: JL_ZZ_AP_LIBRARY_1_PKG.Get_Penalty_Type(p_vendor_site_id, v_pnttyp, 1, errcode6);

174: JL_ZZ_AP_LIBRARY_1_PKG.Get_Interest_Formula(p_vendor_site_id, v_intfml, 1, errcode4);
175: ------------------------------------------------------
176: -- Get penalty type as follows for global_attribute6
177: ------------------------------------------------------
178: JL_ZZ_AP_LIBRARY_1_PKG.Get_Penalty_Type(p_vendor_site_id, v_pnttyp, 1, errcode6);
179: -----------------------------------------------------
180: -- Update payment_schedules with these default values
181: -----------------------------------------------------
182: UPDATE AP_PAYMENT_SCHEDULES

Line 225: JL_ZZ_AP_LIBRARY_1_PKG.get_association_method(X_association_method, 1, errcode1);

221: BEGIN
222: -------------------------------------------------------------------
223: -- Get Association Method from ap_system_parameters
224: -------------------------------------------------------------------
225: JL_ZZ_AP_LIBRARY_1_PKG.get_association_method(X_association_method, 1, errcode1);
226: -------------------------------------------------------------------
227: -- Loop Cursor Payments
228: ------------------------------------------------------------------
229: FOR db_reg IN Payments LOOP