DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_APPLICATION_VL

Line 4593: from fnd_conc_release_classes_vl rc, fnd_application_vl a

4589: end if;
4590:
4591: begin
4592: select rc.application_id, rc.release_class_id into P_RELEASE_CLASS_APP_ID, P_RELEASE_CLASS_ID
4593: from fnd_conc_release_classes_vl rc, fnd_application_vl a
4594: where rc.owner_req_id is null
4595: and rc.application_id = a.application_id
4596: and rc.user_release_class_name = P_RELEASE_CLASS_NAME;
4597: exception

Line 4645: from fnd_conc_release_classes_vl rc, fnd_application_vl a

4641: begin
4642:
4643: begin
4644: select rc.application_id, rc.release_class_id into P_RELEASE_CLASS_APP_ID, P_RELEASE_CLASS_ID
4645: from fnd_conc_release_classes_vl rc, fnd_application_vl a
4646: where rc.owner_req_id is null
4647: and rc.application_id = a.application_id
4648: and rc.user_release_class_name = schName;
4649: exception