DBA Data[Home] [Help]

APPS.IGS_EN_TRANSFER_APIS dependencies on IGS_EN_GEN_009

Line 515: l_return_value := IGS_EN_GEN_009.ENRP_INS_SCAE_TRNSFR(p_person_id,

511: FETCH c_get_cal_rel_dtl_for_enr_cal INTO l_sub_ci_seq_num;
512:
513: IF (c_get_cal_rel_dtl_for_enr_cal%FOUND) THEN
514: CLOSE c_get_cal_rel_dtl_for_enr_cal;
515: l_return_value := IGS_EN_GEN_009.ENRP_INS_SCAE_TRNSFR(p_person_id,
516: p_dest_program_cd,
517: l_enr_cal_type,
518: l_sub_ci_seq_num,
519: l_enr_category,

Line 3341: l_sct_tran_status := IGS_EN_GEN_009.Enrp_Ins_Sct_Trnsfr(p_person_id ,

3337: ELSE
3338: l_trans_status := 'U';
3339: END IF;
3340: -- insert the transfer record.
3341: l_sct_tran_status := IGS_EN_GEN_009.Enrp_Ins_Sct_Trnsfr(p_person_id ,
3342: p_dest_program_cd ,
3343: p_source_program_cd ,
3344: p_trans_actual_dt ,
3345: l_message_name ,

Line 3439: l_sct_tran_status := IGS_EN_GEN_009.Enrp_Ins_Sct_Trnsfr(p_person_id ,

3435: -- smaddali added condition to create program transfer record if it hasn't been created before confirming destination
3436: -- due to l_adm_transfer flag for bug# 4085979
3437: IF NOT l_adm_transfer THEN
3438: -- insert the transfer record.
3439: l_sct_tran_status := IGS_EN_GEN_009.Enrp_Ins_Sct_Trnsfr(p_person_id ,
3440: p_dest_program_cd ,
3441: p_source_program_cd ,
3442: p_trans_actual_dt ,
3443: l_message_name ,