DBA Data[Home] [Help]

APPS.GMP_WPS_WRAPPER_PKG dependencies on FND_NUMBER

Line 84: /* Used fnd_number to for NLS issue B3732806 Rajesh Patangya 03-AUG-04 */

80: IF DIFF > 0 THEN
81: FND_FILE.PUT_LINE(FND_FILE.LOG,'Horizon Date must be grater than system Date');
82: retcode:=2;
83: ELSE
84: /* Used fnd_number to for NLS issue B3732806 Rajesh Patangya 03-AUG-04 */
85: X_horizon_start := fnd_number.number_to_canonical(
86: wip_datetimes.DT_to_float (
87: to_date(P_HORIZON_START,'YYYY/MM/DD HH24:MI:SS')
88: )) ;

Line 85: X_horizon_start := fnd_number.number_to_canonical(

81: FND_FILE.PUT_LINE(FND_FILE.LOG,'Horizon Date must be grater than system Date');
82: retcode:=2;
83: ELSE
84: /* Used fnd_number to for NLS issue B3732806 Rajesh Patangya 03-AUG-04 */
85: X_horizon_start := fnd_number.number_to_canonical(
86: wip_datetimes.DT_to_float (
87: to_date(P_HORIZON_START,'YYYY/MM/DD HH24:MI:SS')
88: )) ;
89: