DBA Data[Home] [Help]

APPS.GMD_SECURITY_POLICY dependencies on FND_RESPONSIBILITY

Line 21: FROM fnd_responsibility

17: -- Responsibility 'Product Development Security Profile Manager'
18: -- has full access to all formulas
19: --
20: SELECT responsibility_id INTO v_resp_id
21: FROM fnd_responsibility
22: WHERE responsibility_key = 'GMD_SECURITY_PROFILE_MGR';
23:
24: --
25: -- Context m_fs_context, variable pc_ind with value 'Yes'

Line 227: FROM fnd_responsibility

223: -- Responsibility 'Product Development Security Profile Manager'
224: -- has full access to all formulas
225: --
226: SELECT responsibility_id INTO v_resp_id
227: FROM fnd_responsibility
228: WHERE responsibility_key = 'GMD_SECURITY_PROFILE_MGR';
229:
230: -- Context m_fs_context, variable pc_ind with value 'Yes'
231: -- allows Planning and Costing enginees to have access to all formulas.