DBA Data[Home] [Help]

APPS.CN_CALC_SUBMISSION_PUB dependencies on FND_RESPONSIBILITY_VL

Line 859: FROM fnd_responsibility_vl

855: BEGIN
856: -- clku, bug 3683443, added hints to do index skip scan
857: SELECT /*+ index_ss(V.T) */ responsibility_id
858: INTO x_responsibility_id
859: FROM fnd_responsibility_vl
860: WHERE responsibility_name = p_app_user_resp_rec.responsibility_name;
861:
862: EXCEPTION
863: WHEN no_data_found THEN