DBA Data[Home] [Help]

APPS.PJM_TRANSFER_SPEC_CHARGES_PKG dependencies on FND_DATE

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

68: Current_Time DATE;
69: BEGIN
70: Current_Time := sysdate;
71: fnd_message_cache.set_name('FND' , 'UTIL-CURRENT TIME');
72: fnd_message_cache.set_token('DATE' , fnd_date.date_to_displaydate(Current_Time));
73: fnd_message_cache.set_token('TIME' , to_char(Current_Time , 'HH24:MI:SS'));
74: PJM_CONC.put_line(fnd_message_cache.get);
75: PJM_CONC.new_line(1);
76: EXCEPTION

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

584: PJM_CONC.put_line('[SUBMIT_TRX_IMPORT] = ' || X_Submit_Trx_Import);
585:
586: l_request_id := fnd_global.conc_request_id;
587: l_user_id := fnd_global.user_id;
588: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
589: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
590:
591: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
592: PJM_CONC.new_line(1);

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

585:
586: l_request_id := fnd_global.conc_request_id;
587: l_user_id := fnd_global.user_id;
588: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
589: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
590:
591: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
592: PJM_CONC.new_line(1);
593: