DBA Data[Home] [Help]

APPS.IGS_DA_TRNS_IMP dependencies on IGS_DA_RQST

Line 51: p_batch_id IN igs_da_rqst.batch_id%TYPE,

47:
48: -- This function is called to create a new / update an existing advanced standing record
49:
50: PROCEDURE create_adv_stnd_unit (
51: p_batch_id IN igs_da_rqst.batch_id%TYPE,
52: p_unit_details_id IN igs_ad_term_unitdtls.unit_details_id%TYPE,
53: p_person_id_code IN igs_pe_alt_pers_id.api_person_id%TYPE,
54: p_person_id_code_type IN igs_pe_alt_pers_id.person_id_type%TYPE,
55: p_program_cd IN igs_av_lgcy_unt_int.program_cd%TYPE,

Line 70: p_batch_id IN igs_da_rqst.batch_id%TYPE,

66: -- the incomming transfer evaluation reply is without a request.This procedure also deletes the
67: -- academic history and advanced standing details for the the student.
68:
69: PROCEDURE create_or_get_batch_id (
70: p_batch_id IN igs_da_rqst.batch_id%TYPE,
71: p_person_id_code IN igs_pe_alt_pers_id.api_person_id%TYPE,
72: p_person_id_code_type IN igs_pe_alt_pers_id.person_id_type%TYPE,
73: p_program_code IN igs_av_lgcy_unt_int.program_cd%TYPE,
74: transaction_sub_type IN VARCHAR2,

Line 75: p_out_batch_id OUT NOCOPY igs_da_rqst.batch_id%TYPE

71: p_person_id_code IN igs_pe_alt_pers_id.api_person_id%TYPE,
72: p_person_id_code_type IN igs_pe_alt_pers_id.person_id_type%TYPE,
73: p_program_code IN igs_av_lgcy_unt_int.program_cd%TYPE,
74: transaction_sub_type IN VARCHAR2,
75: p_out_batch_id OUT NOCOPY igs_da_rqst.batch_id%TYPE
76: );
77:
78: PROCEDURE delete_adv_stnd_records (p_person_id IN hz_parties.party_id%TYPE);
79: PROCEDURE complete_import_process (p_batch_id IN igs_da_rqst.batch_id%TYPE);

Line 79: PROCEDURE complete_import_process (p_batch_id IN igs_da_rqst.batch_id%TYPE);

75: p_out_batch_id OUT NOCOPY igs_da_rqst.batch_id%TYPE
76: );
77:
78: PROCEDURE delete_adv_stnd_records (p_person_id IN hz_parties.party_id%TYPE);
79: PROCEDURE complete_import_process (p_batch_id IN igs_da_rqst.batch_id%TYPE);
80:
81: END igs_da_trns_imp;