DBA Data[Home] [Help]

APPS.IGS_AV_STND_UNIT_PKG dependencies on IGS_GE_GEN_003

Line 401: v_return_val := igs_ge_gen_003.genp_ins_stdnt_todo(

397: -- the todo entry.
398: IF p_inserting AND
399: (new_references.s_adv_stnd_recognition_type = 'CREDIT' and
400: new_references.s_adv_stnd_granting_status = 'GRANTED') THEN
401: v_return_val := igs_ge_gen_003.genp_ins_stdnt_todo(
402: new_references.person_id,
403: 'UNIT-RULES',
404: NULL);
405: END IF;

Line 417: v_return_val := igs_ge_gen_003.genp_ins_stdnt_todo (

413: ((old_references.s_adv_stnd_recognition_type = 'CREDIT' AND
414: old_references.s_adv_stnd_granting_status = 'GRANTED') OR
415: (new_references.s_adv_stnd_recognition_type = 'CREDIT' AND
416: new_references.s_adv_stnd_granting_status = 'GRANTED')) THEN
417: v_return_val := igs_ge_gen_003.genp_ins_stdnt_todo (
418: new_references.person_id,
419: 'UNIT-RULES',
420: NULL,
421: 'Y');

Line 429: v_return_val := igs_ge_gen_003.genp_ins_stdnt_todo(old_references.person_id,

425: -- the todo entry.
426: IF p_deleting AND
427: (old_references.s_adv_stnd_recognition_type = 'CREDIT' AND
428: old_references.s_adv_stnd_granting_status = 'GRANTED') THEN
429: v_return_val := igs_ge_gen_003.genp_ins_stdnt_todo(old_references.person_id,
430: 'UNIT-RULES',
431: NULL,
432: 'Y');
433: END IF;

Line 1363: x_org_id=>igs_ge_gen_003.get_org_id,

1359: x_created_by=>X_LAST_UPDATED_BY,
1360: x_last_update_date=>X_LAST_UPDATE_DATE,
1361: x_last_updated_by=>X_LAST_UPDATED_BY,
1362: x_last_update_login=>X_LAST_UPDATE_LOGIN,
1363: x_org_id=>igs_ge_gen_003.get_org_id,
1364: x_adv_stnd_trans=>X_ADV_STND_TRANS,
1365: X_DEG_AUD_DETAIL_ID => X_DEG_AUD_DETAIL_ID
1366: );
1367: