DBA Data[Home] [Help]

APPS.HR_API_PARAMS dependencies on HR_GENERAL

Line 101: -- procedure, provided by hr_general.

97: BEGIN
98:
99: -- Call the dbms_describe in order to populate the global tables.
100: -- 14-DEC-00: below was changed to use the cover to the dbms_describe
101: -- procedure, provided by hr_general.
102: hr_general.describe_procedure
103: (object_name => p_pkg_name || '.' || p_proc_name
104: ,reserved1 => null
105: ,reserved2 => null

Line 102: hr_general.describe_procedure

98:
99: -- Call the dbms_describe in order to populate the global tables.
100: -- 14-DEC-00: below was changed to use the cover to the dbms_describe
101: -- procedure, provided by hr_general.
102: hr_general.describe_procedure
103: (object_name => p_pkg_name || '.' || p_proc_name
104: ,reserved1 => null
105: ,reserved2 => null
106: ,overload => g_overload