DBA Data[Home] [Help]

APPS.FND_RESP_FUNCTIONS_PKG dependencies on FND_RESPONSIBILITY

Line 183: from fnd_responsibility

179: from fnd_application
180: where application_short_name = X_APP_SHORT_NAME;
181:
182: select responsibility_id into resp_id
183: from fnd_responsibility
184: where responsibility_key = X_RESP_KEY
185: and application_id = app_id;
186:
187: if X_RULE_TYPE in ('F', 'W') then