DBA Data[Home] [Help]

APPS.PON_RESPONSE_IMPORT_PKG dependencies on PON_OEX_TIMEZONE_PKG

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

2546: if (l_timezone is null or l_timezone = '') then
2547: l_timezone := l_oex_timezone;
2548: end if;
2549:
2550: if (PON_OEX_TIMEZONE_PKG.valid_zone(l_timezone) = 1) then
2551: l_is_valid_timezone := 'Y';
2552: else
2553: l_is_valid_timezone := 'N';
2554: end if;

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

2595: g_xml_char_prec_mask),
2596: 'NLS_NUMERIC_CHARACTERS=''.,'''),
2597: 'DAT', decode(l_sequence_numbers(i), g_attr_need_by_date_seq,
2598: to_char(decode(l_is_valid_timezone, 'Y',
2599: PON_OEX_TIMEZONE_PKG.convert_time(to_date(l_values(i), g_xml_date_time_mask),
2600: l_timezone, l_oex_timezone),
2601: to_date(l_values(i), g_xml_date_time_mask)),
2602: g_pon_date_time_mask),
2603: to_char(to_date(l_values(i), g_xml_date_mask), g_pon_date_mask)),

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

2739: if (l_timezone is null or l_timezone = '') then
2740: l_timezone := l_oex_timezone;
2741: end if;
2742:
2743: if (PON_OEX_TIMEZONE_PKG.valid_zone(l_timezone) = 1) then
2744: l_is_valid_timezone := 'Y';
2745: else
2746: l_is_valid_timezone := 'N';
2747: end if;

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

2794: g_xml_char_prec_mask),
2795: 'NLS_NUMERIC_CHARACTERS=''.,'''),
2796: 'DAT', decode(l_sequence_numbers(i), g_attr_need_by_date_seq,
2797: to_char(decode(l_is_valid_timezone, 'Y',
2798: PON_OEX_TIMEZONE_PKG.convert_time(to_date(l_values(i), g_xml_date_time_mask),
2799: l_timezone, l_oex_timezone),
2800: to_date(l_values(i), g_xml_date_time_mask)),
2801: g_pon_date_time_mask),
2802: to_char(to_date(l_values(i), g_xml_date_mask), g_pon_date_mask)),