DBA Data[Home] [Help]

APPS.IGS_GE_GEN_001 dependencies on IGS_OR_UNIT

Line 539: FROM IGS_OR_UNIT ou

535: -- cursor for selection of the org_unit name
536: CURSOR c_org_name (
537: cp_org_unit_cd VARCHAR2)IS
538: SELECT ou.description ou_description
539: FROM IGS_OR_UNIT ou
540: WHERE ou.org_unit_cd = cp_org_unit_cd;
541: -- cursor for selection of the org_unit address when
542: -- only the org_unit_cd is supplied
543: CURSOR c_ou(