DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_DATA_GROUP_UNITS

Line 1176: From Fnd_Data_Group_Units U,

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

Line 1187: From Fnd_Data_Group_Units U,

1183:
1184: else -- default dgrp
1185: Select O.Oracle_Username
1186: Into oraclacct
1187: From Fnd_Data_Group_Units U,
1188: Fnd_Responsibility R,
1189: Fnd_Oracle_Userid O
1190: Where R.Application_ID = resp_appl_id
1191: And R.Responsibility_ID = resp_id