DBA Data[Home] [Help]

APPS.IGF_SL_GEN dependencies on IGS_LOOKUPS_VIEW

Line 166: p_office_type IN igs_lookups_view.lookup_code%TYPE,

162: x_msg_data OUT NOCOPY VARCHAR2);
163:
164: /* Procedure for obtaining school code configured at Org Unit of the Student's key program */
165: PROCEDURE get_stu_fao_code( p_base_id IN igf_ap_fa_base_rec_all.base_id%TYPE,
166: p_office_type IN igs_lookups_view.lookup_code%TYPE,
167: x_office_cd OUT NOCOPY igs_or_org_alt_ids.org_alternate_id_type%TYPE,
168: x_return_status OUT NOCOPY VARCHAR2,
169: x_msg_data OUT NOCOPY VARCHAR2);
170:

Line 191: p_office_type IN igs_lookups_view.lookup_code%TYPE,

187: PROCEDURE update_cl_chg_status(p_v_loan_number IN igf_sl_loans_all.loan_number%TYPE);
188:
189: PROCEDURE get_stu_ant_fao_code
190: (p_base_id IN igf_ap_fa_base_rec_all.base_id%TYPE,
191: p_office_type IN igs_lookups_view.lookup_code%TYPE,
192: x_office_cd OUT NOCOPY igs_or_org_alt_ids.org_alternate_id_type%TYPE,
193: x_return_status OUT NOCOPY VARCHAR2,
194: x_msg_data OUT NOCOPY VARCHAR2);
195: