DBA Data[Home] [Help]

APPS.FND_FLEX_VAL_UTIL dependencies on STANDARD

Line 947: -- Standard Date Time Value Set.

943: l_input_date := To_date(p_input, p_input_mask);
944:
945: IF (p_vs_format_type = 'Y') THEN
946: --
947: -- Standard Date Time Value Set.
948: --
949: IF (p_tz_direction = g_tz_server_to_local) THEN
950: --
951: -- Server to Local Time Zone conversion.

Line 1058: -- Standard Date Time Value Set.

1054: END IF;
1055:
1056: -- === IF (p_vs_format_type = 'Y') THEN
1057: --
1058: -- Standard Date Time Value Set.
1059: --
1060: -- === IF (p_tz_direction = g_tz_server_to_local) THEN
1061: --
1062: -- Server to Local Time Zone conversion.

Line 1755: -- Standard Date, DateTime, Time Value Sets.

1751: x_canonical := l_format;
1752:
1753: ELSIF (p_vset_format IN ('X', 'Y', 'Z')) THEN
1754: --
1755: -- Standard Date, DateTime, Time Value Sets.
1756: --
1757: IF (p_vset_format = 'X') THEN
1758: x_format_in := m_nls_date_in;
1759: x_format_out := m_nls_date_out;