DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on FND_DATE

Line 2324: g_period_start_date := fnd_date.canonical_to_date (g_start_date);

2320: lv_process_flag varchar2 (2);
2321: lv_process_message varchar2 (2000);
2322: begin
2323:
2324: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2325: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2326:
2327: debug ('Begin process_period: current timestamp:'|| current_timestamp);
2328:

Line 2325: g_period_end_date := fnd_date.canonical_to_date (g_end_date);

2321: lv_process_message varchar2 (2000);
2322: begin
2323:
2324: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2325: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2326:
2327: debug ('Begin process_period: current timestamp:'|| current_timestamp);
2328:
2329: process_period

Line 2437: g_period_start_date := fnd_date.canonical_to_date (g_start_date);

2433: lv_process_message varchar2 (2000);
2434: l_action varchar2 (100);
2435: begin
2436:
2437: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2438: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2439:
2440:
2441: debug ('begin before_report_apxuatr: current timestamp:' || current_timestamp);

Line 2438: g_period_end_date := fnd_date.canonical_to_date (g_end_date);

2434: l_action varchar2 (100);
2435: begin
2436:
2437: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2438: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2439:
2440:
2441: debug ('begin before_report_apxuatr: current timestamp:' || current_timestamp);
2442: debug ('g_reporting_level='||g_reporting_level);