DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_COMMON_PVT dependencies on FND_COLUMNS

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

1260: l_attr_group_metadata_obj.ENABLED_DATA_LEVELS := Get_Enabled_Data_Levels_For_AG(l_attr_group_metadata_obj.ATTR_GROUP_ID);
1261: code_debug('in Get_Attr_Group_Metadata after Get_Enabled_Data_Levels_For_AG');
1262: -------------------------------------------------------------
1263: -- B/Tl table needn't have ATTR_GROUP_ID column. --
1264: -- We look in FND_COLUMNS to determine if we need to --
1265: -- use ATTR_GROUP_ID column. Going against B table as --
1266: -- all Group Types neednt have TL table. --
1267: -- Assuming here that if B table doesnt have ATTR_GROUP_ID --
1268: -- then TL table will not have it too. --

Line 1274: FROM FND_COLUMNS

1270:
1271: IF (l_attr_group_metadata_obj.APPLICATION_ID IS NOT NULL) THEN
1272: SELECT DECODE(COUNT(*), 0, 'N', 'Y')
1273: INTO l_attr_group_metadata_obj.ATTR_GROUP_ID_FLAG
1274: FROM FND_COLUMNS
1275: WHERE COLUMN_NAME = 'ATTR_GROUP_ID'
1276: AND APPLICATION_ID = l_attr_group_metadata_obj.APPLICATION_ID
1277: AND TABLE_ID = (SELECT TABLE_ID
1278: FROM FND_TABLES