DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on IGS_GE_GEN_003

Line 156: IGS_GE_GEN_003.set_org_id(); -- swaghmar, bug# 4951054

152: p_no_assessment_type igs_lookups_view.lookup_code%TYPE;
153: --
154: BEGIN -- assp_ins_admin_grds
155: --
156: IGS_GE_GEN_003.set_org_id(); -- swaghmar, bug# 4951054
157:
158: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
159: fnd_log.string (
160: fnd_log.level_procedure,

Line 179: igs_ge_gen_003.set_org_id (p_org_id);

175: 'p_audit_grade => ' || p_audit_grade
176: );
177: END IF;
178: --
179: igs_ge_gen_003.set_org_id (p_org_id);
180: --
181: retcode := 0;
182: p_org_unit_cd := NVL (p_org_unt_cd, '%');
183: p_unit_cd := NVL (p_unt_cd, '%');

Line 1042: igs_ge_gen_003.set_org_id(p_org_id);

1038: -- A second definition in the Job Scheduling facility will allow this process
1039: -- to be called independently with the re-production parameter set to 'Y'.
1040: -- set org id
1041:
1042: igs_ge_gen_003.set_org_id(p_org_id);
1043:
1044: p_course_cd := NVL(p_crs_cd, '%');
1045: p_unit_cd := NVL(p_unt_cd,'%');
1046: p_location_cd := NVL(p_lctn_cd,'%');

Line 1449: IGS_GE_GEN_003.GENP_INS_LOG(cst_ass_cover,FND_GLOBAL.CONC_REQUEST_ID,v_log_dt);

1445:
1446: -- If the record is the first record then insert an entry of 'ASS_COVER' into the system Log
1447: IF v_first_record THEN -- Start of if 2
1448: -- Create log entry and returns the creation date, creation date is the system date
1449: IGS_GE_GEN_003.GENP_INS_LOG(cst_ass_cover,FND_GLOBAL.CONC_REQUEST_ID,v_log_dt);
1450: v_first_record := FALSE;
1451: END IF; -- End of if 2
1452:
1453:

Line 1652: IGS_GE_GEN_003.genp_ins_log_entry( cst_ass_cover,

1648:
1649: v_record := v_record || TO_CHAR(v_enrolled_rec.tracking_id);
1650:
1651: -- Create the log entry for the assignment cover sheet.
1652: IGS_GE_GEN_003.genp_ins_log_entry( cst_ass_cover,
1653: v_log_dt,
1654: FND_GLOBAL.CONC_REQUEST_ID,
1655: NULL,
1656: v_record

Line 1972: igs_ge_gen_003.set_org_id(p_org_id);

1968: -- Default the IGS_AS_EXMVNU_SESAVL records for all venues within an
1969: -- examination period.
1970: -- It will set all open venues to be available for all sessions.
1971: --set the org id
1972: igs_ge_gen_003.set_org_id(p_org_id);
1973: --Block for Parameter Validation/Splitting of Parameters
1974: retcode:=0;
1975: BEGIN
1976: IF p_exam_cal IS NULL THEN