DBA Data[Home] [Help]

APPS.IGS_AD_GEN_012 dependencies on IGS_PE_PERS_PREFS_PKG

Line 1048: IGS_PE_PERS_PREFS_Pkg.Update_Row (

1044: FETCH c_pp INTO Rec_IGS_PE_PERS_PREFS;
1045:
1046: IF (c_pp%FOUND) THEN
1047:
1048: IGS_PE_PERS_PREFS_Pkg.Update_Row (
1049: X_Mode => 'R',
1050: X_RowId => Rec_IGS_PE_PERS_PREFS.RowId,
1051: X_Person_Id => Rec_IGS_PE_PERS_PREFS.Person_Id,
1052: X_Enr_Acad_Cal_Type => Rec_IGS_PE_PERS_PREFS.Enr_Acad_Cal_Type,

Line 1072: IGS_PE_PERS_PREFS_Pkg.Insert_Row (

1068: );
1069:
1070: ELSE
1071: l_org_id := igs_ge_gen_003.get_org_id;
1072: IGS_PE_PERS_PREFS_Pkg.Insert_Row (
1073: X_Mode => 'R',
1074: X_Org_Id => l_org_id,
1075: X_RowId => lv_rowid,
1076: X_Person_Id => v_person_id,

Line 1156: IGS_PE_PERS_PREFS_Pkg.Update_Row (

1152: -- FETCH c_pp INTO v_check;
1153: FETCH c_pp INTO Rec_IGS_PE_PERS_PREFS;
1154: IF (c_pp%FOUND) THEN
1155:
1156: IGS_PE_PERS_PREFS_Pkg.Update_Row (
1157: X_Mode => 'R',
1158: X_RowId => Rec_IGS_PE_PERS_PREFS.RowId,
1159: X_Person_Id => Rec_IGS_PE_PERS_PREFS.Person_Id,
1160: X_Enr_Acad_Cal_Type => Rec_IGS_PE_PERS_PREFS.Enr_Acad_Cal_Type,

Line 1180: IGS_PE_PERS_PREFS_Pkg.Insert_Row (

1176: );
1177:
1178: ELSE
1179: l_org_id := igs_ge_gen_003.get_org_id;
1180: IGS_PE_PERS_PREFS_Pkg.Insert_Row (
1181: X_Mode => 'R',
1182: X_org_id => l_org_id,
1183: X_RowId => lv_rowid,
1184: X_Person_Id => v_person_id,