DBA Data[Home] [Help]

APPS.IBE_MSITE_RESP_MGR_PVT dependencies on FND_RESPONSIBILITY_VL

Line 661: FROM ibe_msite_resps_vl MR, fnd_responsibility_vl R, fnd_application_vl A

657: MR.object_version_number, R.responsibility_id, R.application_id,
658: MR.display_name, A.application_name,
659: R.responsibility_key, R.responsibility_name, MR.start_date_active,
660: MR.end_date_active, MR.sort_order
661: FROM ibe_msite_resps_vl MR, fnd_responsibility_vl R, fnd_application_vl A
662: WHERE MR.msite_id = p_msite_id
663: AND MR.responsibility_id = R.responsibility_id
664: AND MR.application_id = R.application_id
665: AND R.application_id = A.application_id;

Line 674: FROM ibe_msite_resps_vl MR, fnd_responsibility_vl R, fnd_application_vl A

670: MR.object_version_number, R.responsibility_id, R.application_id,
671: MR.display_name, A.application_name,
672: R.responsibility_key, R.responsibility_name, MR.start_date_active,
673: MR.end_date_active, MR.sort_order
674: FROM ibe_msite_resps_vl MR, fnd_responsibility_vl R, fnd_application_vl A
675: WHERE MR.msite_id = p_msite_id
676: AND MR.application_id = p_application_id
677: AND MR.responsibility_id = R.responsibility_id
678: AND MR.application_id = R.application_id