DBA Data[Home] [Help]

APPS.IGS_AD_TST_RSLT_DTLS_PKG dependencies on HZ_PARTIES

Line 1012: l_person_id hz_parties.party_id%TYPE;

1008: WHERE test_segment_id = cp_test_segment_id;
1009:
1010: test_comb_score_rec test_comb_score_cur%ROWTYPE;
1011:
1012: l_person_id hz_parties.party_id%TYPE;
1013: BEGIN
1014: l_rowid := x_rowid;
1015: OPEN c_person_id;
1016: FETCH c_person_id INTO l_person_id;