DBA Data[Home] [Help]

APPS.PON_RESPONSE_IMPORT_PKG dependencies on PON_OEX_TIMEZONE_PKG

Line 2337: if (PON_OEX_TIMEZONE_PKG.valid_zone(l_timezone) = 1) then

2333: if (l_timezone is null or l_timezone = '') then
2334: l_timezone := l_oex_timezone;
2335: end if;
2336:
2337: if (PON_OEX_TIMEZONE_PKG.valid_zone(l_timezone) = 1) then
2338: l_is_valid_timezone := 'Y';
2339: else
2340: l_is_valid_timezone := 'N';
2341: end if;

Line 2386: PON_OEX_TIMEZONE_PKG.convert_time(to_date(l_values(i), g_xml_date_time_mask),

2382: g_xml_char_prec_mask),
2383: 'NLS_NUMERIC_CHARACTERS=''.,'''),
2384: 'DAT', decode(l_sequence_numbers(i), g_attr_need_by_date_seq,
2385: to_char(decode(l_is_valid_timezone, 'Y',
2386: PON_OEX_TIMEZONE_PKG.convert_time(to_date(l_values(i), g_xml_date_time_mask),
2387: l_timezone, l_oex_timezone),
2388: to_date(l_values(i), g_xml_date_time_mask)),
2389: g_pon_date_time_mask),
2390: to_char(to_date(l_values(i), g_xml_date_mask), g_pon_date_mask)),

Line 2530: if (PON_OEX_TIMEZONE_PKG.valid_zone(l_timezone) = 1) then

2526: if (l_timezone is null or l_timezone = '') then
2527: l_timezone := l_oex_timezone;
2528: end if;
2529:
2530: if (PON_OEX_TIMEZONE_PKG.valid_zone(l_timezone) = 1) then
2531: l_is_valid_timezone := 'Y';
2532: else
2533: l_is_valid_timezone := 'N';
2534: end if;

Line 2585: PON_OEX_TIMEZONE_PKG.convert_time(to_date(l_values(i), g_xml_date_time_mask),

2581: g_xml_char_prec_mask),
2582: 'NLS_NUMERIC_CHARACTERS=''.,'''),
2583: 'DAT', decode(l_sequence_numbers(i), g_attr_need_by_date_seq,
2584: to_char(decode(l_is_valid_timezone, 'Y',
2585: PON_OEX_TIMEZONE_PKG.convert_time(to_date(l_values(i), g_xml_date_time_mask),
2586: l_timezone, l_oex_timezone),
2587: to_date(l_values(i), g_xml_date_time_mask)),
2588: g_pon_date_time_mask),
2589: to_char(to_date(l_values(i), g_xml_date_mask), g_pon_date_mask)),