DBA Data[Home] [Help]

APPS.IGS_AD_IMP_027 dependencies on HZ_PARTIES

Line 438: hz_parties

434: CURSOR c_validate_auth_id IS -- should be here
435: SELECT
436: 'X'
437: FROM
438: hz_parties
439: WHERE
440: party_id = p_applinst_hist_rec.adm_otcm_stat_auth_per_number;
441:
442: BEGIN