DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_DATA_GROUP_UNITS

Line 1279: From Fnd_Data_Group_Units U,

1275: -- First, see if datagroup is set with options
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

Line 1290: From Fnd_Data_Group_Units U,

1286:
1287: else -- default dgrp
1288: Select O.Oracle_Username
1289: Into oraclacct
1290: From Fnd_Data_Group_Units U,
1291: Fnd_Responsibility R,
1292: Fnd_Oracle_Userid O
1293: Where R.Application_ID = resp_appl_id
1294: And R.Responsibility_ID = resp_id