DBA Data[Home] [Help]

APPS.FEM_DIM_UTILS_PVT dependencies on FND_RESPONSIBILITY

Line 109: from fnd_responsibility

105: -- to the current responsibility id.
106: --
107: Cursor l_resp_key_csr is
108: Select responsibility_key
109: from fnd_responsibility
110: where responsibility_id = l_resp_id;
111:
112: --
113: -- Cursor to determine if the attribute is read only.

Line 246: from fnd_responsibility

242: -- to the current responsibility id.
243: --
244: Cursor l_resp_key_csr is
245: Select responsibility_key
246: from fnd_responsibility
247: where responsibility_id = l_resp_id;
248:
249: --
250: -- Cursor to determine if the attribute is read only.