DBA Data[Home] [Help]

APPS.PJM_TRANSFER_IPV_PKG dependencies on FND_DATE

Line 133: fnd_message_cache.set_token('DATE' , fnd_date.date_to_displaydate(Current_Time));

129: Current_Time DATE;
130: BEGIN
131: Current_Time := sysdate;
132: fnd_message_cache.set_name('FND' , 'UTIL-CURRENT TIME');
133: fnd_message_cache.set_token('DATE' , fnd_date.date_to_displaydate(Current_Time));
134: fnd_message_cache.set_token('TIME' , to_char(Current_Time , 'HH24:MI:SS'));
135: PJM_CONC.put_line(fnd_message_cache.get);
136: PJM_CONC.new_line(1);
137: EXCEPTION

Line 287: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);

283: PJM_CONC.put_line('[SUBMIT_TRX_IMPORT] = ' || X_Submit_Trx_Import);
284:
285: l_request_id := fnd_global.conc_request_id;
286: l_user_id := fnd_global.user_id;
287: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
288: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
289:
290: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
291: PJM_CONC.new_line(1);

Line 288: l_End_Date := fnd_date.canonical_to_date(X_End_Date);

284:
285: l_request_id := fnd_global.conc_request_id;
286: l_user_id := fnd_global.user_id;
287: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
288: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
289:
290: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
291: PJM_CONC.new_line(1);
292: