DBA Data[Home] [Help]

APPS.HZ_EXT_ATTRIBUTE_BO_PVT dependencies on EGO_USER_ATTR_ROW_OBJ

Line 98: /*l_user_attr_row_table(l_row_count) := EGO_USER_ATTR_ROW_OBJ(

94: IF((l_current_row IS NULL) OR
95: (NOT (l_current_row = p_ext_attr_objs(i).row_identifier))) THEN
96: l_user_attr_row_table.EXTEND;
97: -- Start bug 6503079
98: /*l_user_attr_row_table(l_row_count) := EGO_USER_ATTR_ROW_OBJ(
99: p_ext_attr_objs(i).row_identifier, null, 222, l_attr_group_type,
100: p_ext_attr_objs(i).attr_group_name,
101: null, null, null, l_trans_type
102: );*/