DBA Data[Home] [Help]

APPS.AP_WEB_DISC_PKG dependencies on AP_WEB_INFRASTRUCTURE_PKG

Line 769: htp.p('');

765:
766:
767: BEGIN
768: htp.p('');
769: htp.p('');
770: htp.headOpen;
771: fnd_message.set_name('SQLAP', 'AP_WEB_DISCON_FORMAT_ERR');
772: htp.title(fnd_message.get);
773:

Line 1225: AP_WEB_INFRASTRUCTURE_PKG.getDateFormat,

1221: l_dflex_enabled := ((NVL(l_tempChar, 'N') = 'Y') OR (NVL(l_tempChar, 'N') = 'B'));
1222:
1223: -- Get today date
1224: IF ( AP_WEB_DB_UTIL_PKG.GetFormattedSysDate(
1225: AP_WEB_INFRASTRUCTURE_PKG.getDateFormat,
1226: l_date_str_var ) <> TRUE ) THEN
1227: l_date_str := NULL;
1228: ELSE
1229: l_date_str := to_date(l_date_str_var,AP_WEB_INFRASTRUCTURE_PKG.getDateFormat);

Line 1229: l_date_str := to_date(l_date_str_var,AP_WEB_INFRASTRUCTURE_PKG.getDateFormat);

1225: AP_WEB_INFRASTRUCTURE_PKG.getDateFormat,
1226: l_date_str_var ) <> TRUE ) THEN
1227: l_date_str := NULL;
1228: ELSE
1229: l_date_str := to_date(l_date_str_var,AP_WEB_INFRASTRUCTURE_PKG.getDateFormat);
1230: END IF;
1231:
1232: -- Get base currency code
1233: IF ( AP_WEB_DB_AP_INT_PKG.GetBaseCurrInfo( l_base_curr ) <> TRUE ) THEN

Line 1386: /* Bug No # 4315875 : Replaced AP_WEB_INFRASTRUCTURE_PKG.getDateFormat with icx_sec.g_date_format

1382: BEGIN
1383: debug_info := 'converting to date';
1384: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_DISC_PKG', debug_info);
1385: BEGIN
1386: /* Bug No # 4315875 : Replaced AP_WEB_INFRASTRUCTURE_PKG.getDateFormat with icx_sec.g_date_format
1387: so that preference changes made by user would be reflected without logging out
1388: */
1389: l_tempDate := to_date( l_date_temp,nvl(icx_sec.g_date_format,icx_sec.getNLS_PARAMETER('NLS_DATE_FORMAT')) );
1390: EXCEPTION

Line 1784: AP_WEB_INFRASTRUCTURE_PKG.getDateFormat) = l_date_str) OR

1780: debug_info := 'Determine if this receipt is worth keeping';
1781: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_DISC_PKG', debug_info);
1782: BEGIN
1783: if (((to_date(p_receipts(rec_count).start_date,
1784: AP_WEB_INFRASTRUCTURE_PKG.getDateFormat) = l_date_str) OR
1785: (p_receipts(rec_count).start_date is null))
1786: AND
1787: (p_receipts(rec_count).end_date is null)
1788: AND