DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_COMMON_PVT dependencies on FND_COLUMNS

Line 1153: -- We look in FND_COLUMNS to determine if we need to --

1149: l_attr_group_metadata_obj.ENABLED_DATA_LEVELS := Get_Enabled_Data_Levels_For_AG(l_attr_group_metadata_obj.ATTR_GROUP_ID);
1150: code_debug('in Get_Attr_Group_Metadata after Get_Enabled_Data_Levels_For_AG');
1151: -------------------------------------------------------------
1152: -- B/Tl table needn't have ATTR_GROUP_ID column. --
1153: -- We look in FND_COLUMNS to determine if we need to --
1154: -- use ATTR_GROUP_ID column. Going against B table as --
1155: -- all Group Types neednt have TL table. --
1156: -- Assuming here that if B table doesnt have ATTR_GROUP_ID --
1157: -- then TL table will not have it too. --

Line 1163: FROM FND_COLUMNS

1159:
1160: IF (l_attr_group_metadata_obj.APPLICATION_ID IS NOT NULL) THEN
1161: SELECT DECODE(COUNT(*), 0, 'N', 'Y')
1162: INTO l_attr_group_metadata_obj.ATTR_GROUP_ID_FLAG
1163: FROM FND_COLUMNS
1164: WHERE COLUMN_NAME = 'ATTR_GROUP_ID'
1165: AND APPLICATION_ID = l_attr_group_metadata_obj.APPLICATION_ID
1166: AND TABLE_ID = (SELECT TABLE_ID
1167: FROM FND_TABLES