[Home] [Help]
1175: l_end_date DATE;
1176: l_open_period NUMBER;
1177: BEGIN
1178: -- Convert the dates for the varchar2 parameters passed in from concurrent program
1179: l_start_date := fnd_date.canonical_to_date(pp_start_date);
1180: l_end_date := fnd_date.canonical_to_date(pp_end_date);
1181:
1182: --+
1183: --+ Call begin_batch to get process_audit_id for debug log file
1176: l_open_period NUMBER;
1177: BEGIN
1178: -- Convert the dates for the varchar2 parameters passed in from concurrent program
1179: l_start_date := fnd_date.canonical_to_date(pp_start_date);
1180: l_end_date := fnd_date.canonical_to_date(pp_end_date);
1181:
1182: --+
1183: --+ Call begin_batch to get process_audit_id for debug log file
1184: --+