DBA Data[Home] [Help]

APPS.HXC_HPH_BUS dependencies on HXC_ALIAS_DEFINITIONS

Line 1105: from hxc_alias_definitions had

1101: procedure populate_alias_type_id_table (p_rec in hxc_hph_shd.g_rec_type,
1102: p_alias_type_id_table in out nocopy hxc_hph_shd.alias_type_id_table) is
1103: cursor c_alias_type_id (p_alias_definition_id number) is
1104: select alias_type_id
1105: from hxc_alias_definitions had
1106: where had.alias_definition_id = p_alias_definition_id;
1107: begin
1108: if (p_rec.attribute1 is not null) then
1109: open c_alias_type_id (p_rec.attribute1);