DBA Data[Home] [Help]

APPS.MSC_ORG_SECURITY dependencies on FND_RESPONSIBILITY_TL

Line 151: from fnd_responsibility_tl resp

147: -- it returns '-1' if no responsibility exists with the given name in MSC
148: lquery_id number ;
149: cursor resp_c is
150: select resp.responsibility_id
151: from fnd_responsibility_tl resp
152: where resp.responsibility_name = p_resp;
153: begin
154: open resp_c;
155: fetch resp_c into p_resp_id;