DBA Data[Home] [Help]

APPS.IGS_FI_GEN_006 dependencies on IGS_EN_STDNTPSHECSOP_PKG

Line 400: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (

396: p_hecs_payment_type := 'DEFERRED';
397: IF p_update_ind = 'Y' THEN
398: IF TRUNC(v_scho_rec.start_dt) <> TRUNC(p_effective_dt) THEN
399: -- end the current IGS_EN_STDNTPSHECSOP entry
400: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (
401: x_rowid => v_scho_rec.rowid,
402: x_person_id => v_scho_rec.person_id,
403: x_course_cd => v_scho_rec.course_cd,
404: x_start_dt => v_scho_rec.start_dt,

Line 425: IGS_EN_STDNTPSHECSOP_Pkg.Insert_Row (

421: );
422: -- Create a new hecs payment option entry for
423: -- the student IGS_PS_COURSE attempt
424: v_effective_dt := p_effective_dt;
425: IGS_EN_STDNTPSHECSOP_Pkg.Insert_Row (
426: x_rowid => lv_rowid,
427: x_person_id => v_scho_rec.person_id,
428: x_course_cd => v_scho_rec.course_cd,
429: x_start_dt => v_effective_dt,

Line 448: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (

444: x_diff_hecs_ind_update_comment => Null,
445: x_mode => 'R'
446: );
447: ELSE -- HECS option detail commenced on the effective dt
448: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (
449: x_rowid => v_scho_rec.rowid,
450: x_person_id => v_scho_rec.person_id,
451: x_course_cd => v_scho_rec.course_cd,
452: x_start_dt => v_scho_rec.start_dt,

Line 505: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (

501: p_hecs_payment_type := 'UPFRONT_D';
502: IF p_update_ind = 'Y' THEN
503: IF TRUNC(v_scho_rec.start_dt) <> TRUNC(p_effective_dt) THEN
504: -- End the current student IGS_PS_COURSE hecs option entry
505: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (
506: x_rowid => v_scho_rec.rowid,
507: x_person_id => v_scho_rec.person_id,
508: x_course_cd => v_scho_rec.course_cd,
509: x_start_dt => v_scho_rec.start_dt,

Line 530: IGS_EN_STDNTPSHECSOP_Pkg.Insert_Row (

526: );
527: -- Create a new hecs payment option entry for
528: -- the student IGS_PS_COURSE attempt
529: v_effective_dt := p_effective_dt;
530: IGS_EN_STDNTPSHECSOP_Pkg.Insert_Row (
531: x_rowid => lv_rowid,
532: x_person_id => v_scho_rec.person_id,
533: x_course_cd => v_scho_rec.course_cd,
534: x_start_dt => v_effective_dt,

Line 553: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (

549: x_diff_hecs_ind_update_comment => Null,
550: x_mode => 'R'
551: );
552: ELSE -- HECS option detail commenced on the effective dt
553: IGS_EN_STDNTPSHECSOP_Pkg.Update_Row (
554: x_rowid => v_scho_rec.rowid,
555: x_person_id => v_scho_rec.person_id,
556: x_course_cd => v_scho_rec.course_cd,
557: x_start_dt => v_scho_rec.start_dt,