DBA Data[Home] [Help]

APPS.IGF_SL_GEN dependencies on HZ_PARTIES

Line 158: x_org_unit_cd OUT NOCOPY hz_parties.party_number%TYPE,

154: p_message OUT NOCOPY VARCHAR2);
155:
156: /* Procedure for obtaining responsible org unit code associated with the student */
157: PROCEDURE get_associated_org( p_base_id IN igf_ap_fa_base_rec_all.base_id%TYPE,
158: x_org_unit_cd OUT NOCOPY hz_parties.party_number%TYPE,
159: x_org_party_id OUT NOCOPY hz_parties.party_id%TYPE,
160: x_module OUT NOCOPY VARCHAR2,
161: x_return_status OUT NOCOPY VARCHAR2,
162: x_msg_data OUT NOCOPY VARCHAR2);

Line 159: x_org_party_id OUT NOCOPY hz_parties.party_id%TYPE,

155:
156: /* Procedure for obtaining responsible org unit code associated with the student */
157: PROCEDURE get_associated_org( p_base_id IN igf_ap_fa_base_rec_all.base_id%TYPE,
158: x_org_unit_cd OUT NOCOPY hz_parties.party_number%TYPE,
159: x_org_party_id OUT NOCOPY hz_parties.party_id%TYPE,
160: x_module OUT NOCOPY VARCHAR2,
161: x_return_status OUT NOCOPY VARCHAR2,
162: x_msg_data OUT NOCOPY VARCHAR2);
163: