DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_SL_DL_VALIDATION

Line 1164: IF l_disb_import_status <> 'E' AND (NOT (igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL'))) THEN

1160: RETURN l_disb_import_status;
1161: END IF;
1162:
1163: -- Create Pell Disbursement
1164: IF l_disb_import_status <> 'E' AND (NOT (igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL'))) THEN
1165: IF (FND_LOG.LEVEL_STATEMENT >= g_debug_runtime_level) THEN
1166: l_debug_str := l_debug_str || ' :: Creating Pell Disbursement';
1167: END IF;
1168: IF NOT create_pell_disb(p_pell_disb_int, l_rfmb_id, lc_awd_disb.disb_date, lc_awd_disb.disb_net_amt) THEN

Line 1615: IF (NOT (igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL'))) THEN

1611: -- nsidana 11/4/2003 FA126 Multiple FA offices.
1612: -- Validation for the attend_campus_id in the pell interface table.
1613: -- This validation needs to be done only in case of phase-in participant
1614:
1615: IF (NOT (igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL'))) THEN
1616:
1617: g_attending_pell_cd := NULL;
1618:
1619: IF(p_pell_orig_int.attending_campus_cd IS NOT NULL)

Line 1675: IF igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL') THEN

1671: -- Use attending entity id if the award year is COD-XML processing
1672: l_origination_id := NULL;
1673: l_error := NULL;
1674:
1675: IF igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL') THEN
1676: igf_gr_pell.generate_origination_id(
1677: g_base_id,
1678: g_atd_entity_id_txt,
1679: l_origination_id,

Line 2670: IF igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL') THEN

2666: END IF;
2667:
2668:
2669: -- If it is COD-XML award year then take awards with status Ready to Send only
2670: IF igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL') THEN
2671: -- open the cursor with origination status code as "R" meaning "Ready to Send".
2672: OPEN c_pell_orig_int(p_batch_num, lc_sys_awd_yr_dtls.alternate_code,'R');
2673: ELSE
2674: -- open the cursor with origination status code as NULL so that it picks all records.

Line 2726: IF igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL') THEN

2722: END IF;
2723:
2724: -- Check attending and reporting entity IDs in case of COD-XML processing
2725: -- Attending campus code should be NULL
2726: IF igf_sl_dl_validation.check_full_participant (g_cal_type, g_seq_number,'PELL') THEN
2727:
2728: IF (NOT chk_atd_rep(lc_pell_orig_int.atd_entity_id_txt, lc_pell_orig_int.rep_entity_id_txt)) THEN
2729: -- Skip Record
2730: fnd_message.set_name('IGF','IGF_AW_LI_SKIPPING_AWD');