DBA Data[Home] [Help]

APPS.GL_INTERFACE_PKG dependencies on FND_RESPONSIBILITY

Line 109: FROM fnd_responsibility resp, fnd_data_group_units dg,

105:
106: IF (syntname IS NULL) THEN
107: SELECT upper(Itable), upper(nvl(max(usr.oracle_username),''))
108: INTO syntname, syntown
109: FROM fnd_responsibility resp, fnd_data_group_units dg,
110: fnd_oracle_userid usr
111: WHERE resp.application_id = Resp_appl_id
112: AND resp.responsibility_id = Resp_id
113: AND dg.application_id = resp.data_group_application_id