DBA Data[Home] [Help]

APPS.PA_INTERFACE_UTILS_PUB dependencies on FND_RESPONSIBILITY

Line 98: FROM fnd_responsibility

94: resposibility and application id. Commented out the cursor l_resp_appl_csr **/
95:
96: CURSOR l_resp_csr IS
97: SELECT 'x'
98: FROM fnd_responsibility
99: WHERE responsibility_id = p_responsibility_id
100: AND application_id = p_resp_appl_id;
101:
102: /* Bug 1940353 - Commented the following cursor.

Line 106: FROM fnd_responsibility

102: /* Bug 1940353 - Commented the following cursor.
103:
104: CURSOR l_resp_appl_csr IS
105: SELECT application_id
106: FROM fnd_responsibility
107: WHERE responsibility_id = p_responsibility_id;
108: */
109:
110: