DBA Data[Home] [Help]

APPS.PJM_TRANSFER_CHARGES_PKG dependencies on FND_DATE

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

225: Current_Time DATE;
226: BEGIN
227: Current_Time := sysdate;
228: fnd_message_cache.set_name('FND' , 'UTIL-CURRENT TIME');
229: fnd_message_cache.set_token('DATE' , fnd_date.date_to_displaydate(Current_Time));
230: fnd_message_cache.set_token('TIME' , to_char(Current_Time , 'HH24:MI:SS'));
231: PJM_CONC.put_line(fnd_message_cache.get);
232: PJM_CONC.new_line(1);
233: EXCEPTION

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

632: PJM_CONC.put_line('[SUBMIT_TRX_IMPORT] = ' || X_Submit_Trx_Import);
633:
634: l_request_id := fnd_global.conc_request_id;
635: l_user_id := fnd_global.user_id;
636: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
637: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
638:
639: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
640: PJM_CONC.new_line(1);

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

633:
634: l_request_id := fnd_global.conc_request_id;
635: l_user_id := fnd_global.user_id;
636: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
637: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
638:
639: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
640: PJM_CONC.new_line(1);
641: