DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on FND_LANGUAGES

Line 129: TYPE t_lang_code IS TABLE OF fnd_languages.language_code%TYPE

125:
126: TYPE orig_sys_ref_type IS TABLE OF VARCHAR2(255)
127: INDEX BY BINARY_INTEGER;
128:
129: TYPE t_lang_code IS TABLE OF fnd_languages.language_code%TYPE
130: INDEX BY BINARY_INTEGER;
131:
132: TYPE ref_cursor IS REF CURSOR;
133: