DBA Data[Home] [Help]

APPS.JAI_AP_IA_DTC_TRIGGER_PKG dependencies on AP_UTILITIES_PKG

Line 153: Call to ap_utilities_pkg.get_current_gl_date()

149: Sl No. Bug Dependent on
150: Bug/Patch set Details
151: -------------------------------------------------------------------------------------------------
152: 1. Call to JAI_CMN_UTILS_PKG.WRITE_FND_LOG, to write fnd log for future debug.
153: Call to ap_utilities_pkg.get_current_gl_date()
154: ------------------------------------------------------------------------------------------ */
155: /*
156: || Cancellation Functionality
157: */

Line 195: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,

191: end if;
192:
193: JAI_CMN_UTILS_PKG.WRITE_FND_LOG(G_LEVEL_STATEMENT, GV_MODULE_PREFIX ||'.'|| lv_proc_name, ld_accounting_date);
194: --Check if the given date is in current open period ( for TDS authority)
195: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,
196: P_Org_Id => ln_org_id);
197:
198: JAI_CMN_UTILS_PKG.WRITE_FND_LOG(G_LEVEL_STATEMENT, GV_MODULE_PREFIX ||'.'|| lv_proc_name, lv_open_period);
199: if lv_open_period is null then

Line 201: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */

197:
198: JAI_CMN_UTILS_PKG.WRITE_FND_LOG(G_LEVEL_STATEMENT, GV_MODULE_PREFIX ||'.'|| lv_proc_name, lv_open_period);
199: if lv_open_period is null then
200:
201: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */
202: p_period_name => lv_open_period, /* out Period */
203: p_gl_date => ld_out_accounting_date, /* out date */
204: P_Org_Id => ln_org_id);
205:

Line 234: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,

230: end if;
231:
232: JAI_CMN_UTILS_PKG.WRITE_FND_LOG(G_LEVEL_STATEMENT, GV_MODULE_PREFIX ||'.'|| lv_proc_name, ld_accounting_date);
233: --Check if the given date is in current open period ( for TDS authority)
234: lv_open_period := ap_utilities_pkg.get_current_gl_date(P_Date => ld_accounting_date,
235: P_Org_Id => ln_org_id);
236: JAI_CMN_UTILS_PKG.WRITE_FND_LOG(G_LEVEL_STATEMENT, GV_MODULE_PREFIX ||'.'|| lv_proc_name, lv_open_period);
237: if lv_open_period is null then
238:

Line 239: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */

235: P_Org_Id => ln_org_id);
236: JAI_CMN_UTILS_PKG.WRITE_FND_LOG(G_LEVEL_STATEMENT, GV_MODULE_PREFIX ||'.'|| lv_proc_name, lv_open_period);
237: if lv_open_period is null then
238:
239: ap_utilities_pkg.get_open_gl_date(p_date => ld_accounting_date, /* In date */
240: p_period_name => lv_open_period, /* out Period */
241: p_gl_date => ld_out_accounting_date, /* out date */
242: P_Org_Id => ln_org_id);
243: