DBA Data[Home] [Help]

APPS.GMD_FORMULA_SECURITY_ACCESS dependencies on FND_RESPONSIBILITY

Line 32: FROM fnd_responsibility

28: x_user_id := fnd_global.user_id;
29:
30:
31: SELECT responsibility_id INTO v_resp_id
32: FROM fnd_responsibility
33: WHERE responsibility_key = 'GMD_SECURITY_PROFILE_MGR';
34:
35: -- fnd_global.apps_initialize (2060, v_resp_id , 552);
36: l_organization_id := p_organization_id;