DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on FND_DATE

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

2483: lv_process_flag varchar2 (2);
2484: lv_process_message varchar2 (2000);
2485: begin
2486:
2487: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2488: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2489:
2490: debug ('Begin process_period: current timestamp:'|| current_timestamp);
2491:

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

2484: lv_process_message varchar2 (2000);
2485: begin
2486:
2487: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2488: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2489:
2490: debug ('Begin process_period: current timestamp:'|| current_timestamp);
2491:
2492: process_period

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

2596: lv_process_message varchar2 (2000);
2597: l_action varchar2 (100);
2598: begin
2599:
2600: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2601: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2602:
2603:
2604: debug ('begin before_report_apxuatr: current timestamp:' || current_timestamp);

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

2597: l_action varchar2 (100);
2598: begin
2599:
2600: g_period_start_date := fnd_date.canonical_to_date (g_start_date);
2601: g_period_end_date := fnd_date.canonical_to_date (g_end_date);
2602:
2603:
2604: debug ('begin before_report_apxuatr: current timestamp:' || current_timestamp);
2605: debug ('g_reporting_level='||g_reporting_level);