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 652: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);

648: PJM_CONC.put_line('[EXP_TYPE_BSD_ON_PUR_CTGY] = ' || X_Exp_Type_Bsd_On_Pur_Ctgy); -- bug fix 12835119 (FP of 7372638)
649:
650: l_request_id := fnd_global.conc_request_id;
651: l_user_id := fnd_global.user_id;
652: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
653: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
654:
655: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
656: PJM_CONC.new_line(1);

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

649:
650: l_request_id := fnd_global.conc_request_id;
651: l_user_id := fnd_global.user_id;
652: l_Start_Date := fnd_date.canonical_to_date(X_Start_Date);
653: l_End_Date := fnd_date.canonical_to_date(X_End_Date);
654:
655: PJM_CONC.put_line('[REQUEST_ID] = ' || l_request_id);
656: PJM_CONC.new_line(1);
657: