DBA Data[Home] [Help]

APPS.FNDCP_SCH dependencies on FND_CONC_REL_CONJ_MEMBERS

Line 731: insert into FND_CONC_REL_CONJ_MEMBERS

727: d_app_id := application_id_f(Disjunction_Application);
728: d_id := Disj_id_f(d_app_id, Disjunction_Name);
729:
730:
731: insert into FND_CONC_REL_CONJ_MEMBERS
732: (CLASS_APPLICATION_ID, RELEASE_CLASS_ID, DISJUNCTION_APPLICATION_ID,
733: DISJUNCTION_ID, created_by, last_update_login,
734: last_update_date, last_updated_by, creation_date)
735: Values

Line 792: DELETE FROM FND_CONC_REL_CONJ_MEMBERS

788: d_app_id := application_id_f(Disjunction_Application);
789: d_id := Disj_id_f(d_app_id,Disjunction_Name);
790:
791:
792: DELETE FROM FND_CONC_REL_CONJ_MEMBERS
793: WHERE CLASS_APPLICATION_ID = c_app_id
794: AND RELEASE_CLASS_ID = c_id
795: AND DISJUNCTION_APPLICATION_ID = d_app_id
796: AND DISJUNCTION_ID = d_id;

Line 844: from fnd_conc_rel_conj_members

840:
841: begin
842: select 'Y'
843: into dummy
844: from fnd_conc_rel_conj_members
845: where CLASS_APPLICATION_ID = c_appl_id
846: and RELEASE_CLASS_ID = c_id
847: and DISJUNCTION_APPLICATION_ID = d_appl_id
848: and DISJUNCTION_ID = d_id