DBA Data[Home] [Help]

APPS.JAI_AP_TDS_GENERATION_PKG dependencies on AP_UTILITIES_PKG

Line 125: Added org_id in call to ap_utilities_pkg to get the correct gl_date and period_name.

121: 1) While inserting into table ja_in_ap_tds_invoices, value of column - invoice_amount is changed
122: 2) Calculation for the new added variable - ln_invoice_amount is done
123:
124: 17. 23-Aug-2005 Bug 4559756. Added by Lakshmi Gopalsami Version 120.7
125: Added org_id in call to ap_utilities_pkg to get the correct gl_date and period_name.
126:
127: 18. 02-Sep-2005 Ramananda for Bug#4584221, File Version 120.8
128: Made the following changes -
129: 1) Before submitting the request - APXIIMPT,

Line 2261: Added org_id to ap_utilities_pkg

2257:
2258: /* Check if the given date is in current open period */
2259:
2260: /* Bug 4559756. Added by Lakshmi Gopalsami
2261: Added org_id to ap_utilities_pkg
2262: */
2263: lv_open_period:= ap_utilities_pkg.get_current_gl_date
2264: (pd_accounting_date,
2265: r_ap_invoices_all.org_id

Line 2263: lv_open_period:= ap_utilities_pkg.get_current_gl_date

2259:
2260: /* Bug 4559756. Added by Lakshmi Gopalsami
2261: Added org_id to ap_utilities_pkg
2262: */
2263: lv_open_period:= ap_utilities_pkg.get_current_gl_date
2264: (pd_accounting_date,
2265: r_ap_invoices_all.org_id
2266: );
2267:

Line 2269: Added org_id to ap_utilities_pkg

2265: r_ap_invoices_all.org_id
2266: );
2267:
2268: /* Bug 4559756. Added by Lakshmi Gopalsami
2269: Added org_id to ap_utilities_pkg
2270: */
2271:
2272: if lv_open_period is null then
2273:

Line 2274: ap_utilities_pkg.get_open_gl_date

2270: */
2271:
2272: if lv_open_period is null then
2273:
2274: ap_utilities_pkg.get_open_gl_date
2275: (
2276: pd_accounting_date,
2277: lv_open_period,
2278: ld_accounting_date,