DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_DATA_GROUPS

Line 1177: Fnd_Data_Groups G,

1173: if (P_DATAGROUP is not null) then
1174: Select Oracle_Username
1175: Into oraclacct
1176: From Fnd_Data_Group_Units U,
1177: Fnd_Data_Groups G,
1178: Fnd_Oracle_Userid O
1179: Where Data_Group_Name = P_DATAGROUP
1180: And U.Data_Group_Id = G.Data_Group_Id
1181: And U.Oracle_Id = O.Oracle_Id