DBA Data[Home] [Help]

APPS.IGS_AD_GEN_014 dependencies on IGS_AD_PS_APPL_INST_PKG

Line 806: |-->IGS_AD_PS_APPL_INST_PKG.insert_row(Insert an admission program application instance with PENDING outcome) -IGSAI18B.pls

802: |-->Set admission COURSE application instance statuses for PENDING outcome
803: |-->validate_unit_sets(Validate the admission COURSE offering IGS_PS_UNIT set)
804: |-->admp_get_adm_step_values(get if location code, attendance mode and attendance type indicators are set)
805: |-->IGS_AD_VAL_ACAI.admp_val_acai_cop(Validate program offering patterns) -IGSAD22B.pls
806: |-->IGS_AD_PS_APPL_INST_PKG.insert_row(Insert an admission program application instance with PENDING outcome) -IGSAI18B.pls
807: Known limitations,enhancements,remarks:
808: Change History
809: Who When What
810: vdixit 19-Feb-2002 Added the logic to raise the business event in work flow

Line 1245: logDetail('Before Call to Igs_Ad_Ps_Appl_Inst_Pkg.Insert_Row',null);

1241: p_s_admission_process_type => p_s_admission_process_type,
1242: l_adm_doc_status => v_adm_doc_status,
1243: l_adm_entr_qual_status => v_adm_entry_qual_status);
1244:
1245: logDetail('Before Call to Igs_Ad_Ps_Appl_Inst_Pkg.Insert_Row',null);
1246:
1247: IF NVL(IGS_AD_SS_GEN_001.g_admin_security_on,'N') = 'Y'
1248: THEN
1249: lv_mode := 'S';

Line 1252: IGS_AD_PS_APPL_INST_PKG.Insert_Row (

1248: THEN
1249: lv_mode := 'S';
1250: END IF;
1251:
1252: IGS_AD_PS_APPL_INST_PKG.Insert_Row (
1253: X_ROWID => lv_rowid,
1254: X_PERSON_ID => p_Person_Id,
1255: X_ADMISSION_APPL_NUMBER => p_Admission_Appl_Number,
1256: X_NOMINATED_COURSE_CD =>p_course_cd,

Line 1385: logDetail('Before Call to Igs_Ad_Ps_Appl_Inst_Pkg.Insert_Row, returning TRUE',null);

1381: X_SCH_APL_TO_ID => p_sch_apl_to_id);
1382:
1383: p_message_name := NULL;
1384: p_sequence_number := v_acai_sequence_number;
1385: logDetail('Before Call to Igs_Ad_Ps_Appl_Inst_Pkg.Insert_Row, returning TRUE',null);
1386:
1387:
1388: -- begin apadegal adtd001 igs.m
1389: