DBA Data[Home] [Help]

APPS.MSC_ORG_SECURITY dependencies on FND_RESPONSIBILITY_TL

Line 164: from fnd_responsibility_tl resp

160: -- it returns '-1' if no responsibility exists with the given name in MSC
161: lquery_id number ;
162: cursor resp_c is
163: select resp.responsibility_id
164: from fnd_responsibility_tl resp
165: where resp.responsibility_name = p_resp;
166: begin
167: open resp_c;
168: fetch resp_c into p_resp_id;