DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_DATA_GROUPS

Line 1280: Fnd_Data_Groups G,

1276: if (P_DATAGROUP is not null) then
1277: Select Oracle_Username
1278: Into oraclacct
1279: From Fnd_Data_Group_Units U,
1280: Fnd_Data_Groups G,
1281: Fnd_Oracle_Userid O
1282: Where Data_Group_Name = P_DATAGROUP
1283: And U.Data_Group_Id = G.Data_Group_Id
1284: And U.Oracle_Id = O.Oracle_Id