DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_OR_UNIT

Line 1618: FROM igs_en_rep_process rp , igs_or_unit ou

1614: CURSOR cur_org_incl_adv_stand (
1615: cp_org_unit_cd IN VARCHAR2
1616: ) IS
1617: SELECT include_adv_standing_units,max_repeats_for_credit,max_repeats_for_funding,rp.org_unit_id
1618: FROM igs_en_rep_process rp , igs_or_unit ou
1619: WHERE ou.org_unit_cd = cp_org_unit_cd
1620: AND ou.party_id = rp.org_unit_id
1621: AND rp.org_unit_id IS NOT NULL
1622: UNION