DBA Data[Home] [Help]

APPS.IGS_DA_XML_PKG dependencies on IGS_DA_XML_PERSON_V

Line 1909: -- cursor to validate the record from the view IGS_DA_XML_PERSON_V

1905: WHERE batch_id = cp_batch_id;
1906:
1907: l_count_person_id NUMBER;
1908:
1909: -- cursor to validate the record from the view IGS_DA_XML_PERSON_V
1910: CURSOR c_person_v (cp_batch_id igs_da_req_stdnts.batch_id%TYPE,
1911: cp_person_id igs_da_req_stdnts.person_id%TYPE) IS
1912: SELECT person_code_qualifier,
1913: person_id_code,

Line 1917: FROM igs_da_xml_person_v

1913: person_id_code,
1914: name_type,
1915: name_first,
1916: name_last
1917: FROM igs_da_xml_person_v
1918: WHERE batch_id = cp_batch_id
1919: AND person_id = cp_person_id;
1920:
1921: -- cursor to validate the record from the view IGS_DA_XML_DEGREEPROGRAM_V