DBA Data[Home] [Help]

APPS.PON_LOCALE_PKG dependencies on DUAL

Line 76: FROM dual;

72: l_middle_name_space,
73: l_first_name_comma,
74: l_prefix_first_name_comma
75:
76: FROM dual;
77:
78: -- Format the name according to the language preferences
79: -- of the person receiving the email.
80: IF (x_status = 'E') THEN