DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on FND_DATE

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

1039: /*
1040: ||aiyer for the bug 5369250
1041: ||convert from canonical to date
1042: */
1043: ld_from_date := fnd_date.canonical_to_date(p_from_date);
1044: ld_to_date := fnd_date.canonical_to_date(p_to_date) ;
1045:
1046: audsid := userenv('SESSIONID'); --Ramananda for File.Sql.35
1047:

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

1040: ||aiyer for the bug 5369250
1041: ||convert from canonical to date
1042: */
1043: ld_from_date := fnd_date.canonical_to_date(p_from_date);
1044: ld_to_date := fnd_date.canonical_to_date(p_to_date) ;
1045:
1046: audsid := userenv('SESSIONID'); --Ramananda for File.Sql.35
1047:
1048: fnd_file.put_line(FND_FILE.LOG,'Entering Procedure - jai_cmn_st_forms_pkg.generate_forms');