DBA Data[Home] [Help]

APPS.IGS_OR_INST_IMP_003_PKG dependencies on IGS_PE_PERSON

Line 41: p_person_type IN igs_pe_person.party_type%TYPE,

37:
38: --Procedure to Import the Institution Contacts and Phones details
39: PROCEDURE process_institution_contacts(
40: p_interface_id IN igs_or_inst_con_int.interface_id%TYPE,
41: p_person_type IN igs_pe_person.party_type%TYPE,
42: p_party_id IN hz_parties.party_id%TYPE);
43:
44:
45: END igs_or_inst_imp_003_pkg;