DBA Data[Home] [Help]

APPS.IGF_AW_LI_IMPORT dependencies on IGF_SE_GEN_001

Line 29: | Exception igf_se_gen_001.IGFSEGEN001 added in |

25: | |
26: | azmohamm 03-AUG-2006 FA 163, Added GPLUSFL fund code |
27: |
28: | ridas 29-Jul-2005 Bug #3536039. |
29: | Exception igf_se_gen_001.IGFSEGEN001 added in |
30: | procedure CREATE_AWARD_RECORD |
31: | |
32: | ridas 22-Jul-2005 Bug #4093072. If FEDERAL_FUND_CODE equal to |
33: | 'ALT'/'FLS'/'FLP'/'FLU', then call the function|

Line 1012: igf_se_gen_001.send_work_auth(

1008: ELSE
1009: CLOSE c_visa;
1010: END IF;
1011:
1012: igf_se_gen_001.send_work_auth(
1013: g_base_id,
1014: g_person_id,
1015: g_fund_id,
1016: g_award_id,

Line 1024: WHEN igf_se_gen_001.IGFSEGEN001 THEN

1020: li_awd_rec.authorization_date
1021: );
1022:
1023: EXCEPTION
1024: WHEN igf_se_gen_001.IGFSEGEN001 THEN
1025: IF(FND_LOG.LEVEL_EXCEPTION >= g_debug_runtime_level)THEN
1026: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION, 'igf.plsql.igf_aw_li_import.create_work_authorization.exception',SQLERRM);
1027: END IF;
1028: l_awd_ins_status := 'E';