DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on FND_DATE

Line 1183: ld_from_date := fnd_date.canonical_to_date(p_from_date);

1179: /*
1180: ||aiyer for the bug 5369250
1181: ||convert from canonical to date
1182: */
1183: ld_from_date := fnd_date.canonical_to_date(p_from_date);
1184: ld_to_date := fnd_date.canonical_to_date(p_to_date) ;
1185:
1186: audsid := userenv('SESSIONID'); --Ramananda for File.Sql.35
1187:

Line 1184: ld_to_date := fnd_date.canonical_to_date(p_to_date) ;

1180: ||aiyer for the bug 5369250
1181: ||convert from canonical to date
1182: */
1183: ld_from_date := fnd_date.canonical_to_date(p_from_date);
1184: ld_to_date := fnd_date.canonical_to_date(p_to_date) ;
1185:
1186: audsid := userenv('SESSIONID'); --Ramananda for File.Sql.35
1187:
1188: fnd_file.put_line(FND_FILE.LOG,'Entering Procedure - jai_cmn_st_forms_pkg.generate_forms');