DBA Data[Home] [Help]

APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNIT_GRD_SCHM

Line 292: unit_cd igs_ps_unit_grd_schm.unit_code%type,

288:
289: /*********************** Unit Grading Schema ************************/
290:
291: TYPE unit_gs_rec_type IS RECORD (
292: unit_cd igs_ps_unit_grd_schm.unit_code%type,
293: version_number igs_ps_unit_grd_schm.unit_version_number%type,
294: grading_schema_code igs_ps_unit_grd_schm.grading_schema_code%type,
295: grd_schm_version_number igs_ps_unit_grd_schm.grd_schm_version_number%type,
296: default_flag igs_ps_unit_grd_schm.default_flag%type,

Line 293: version_number igs_ps_unit_grd_schm.unit_version_number%type,

289: /*********************** Unit Grading Schema ************************/
290:
291: TYPE unit_gs_rec_type IS RECORD (
292: unit_cd igs_ps_unit_grd_schm.unit_code%type,
293: version_number igs_ps_unit_grd_schm.unit_version_number%type,
294: grading_schema_code igs_ps_unit_grd_schm.grading_schema_code%type,
295: grd_schm_version_number igs_ps_unit_grd_schm.grd_schm_version_number%type,
296: default_flag igs_ps_unit_grd_schm.default_flag%type,
297: interface_id NUMBER(15),

Line 294: grading_schema_code igs_ps_unit_grd_schm.grading_schema_code%type,

290:
291: TYPE unit_gs_rec_type IS RECORD (
292: unit_cd igs_ps_unit_grd_schm.unit_code%type,
293: version_number igs_ps_unit_grd_schm.unit_version_number%type,
294: grading_schema_code igs_ps_unit_grd_schm.grading_schema_code%type,
295: grd_schm_version_number igs_ps_unit_grd_schm.grd_schm_version_number%type,
296: default_flag igs_ps_unit_grd_schm.default_flag%type,
297: interface_id NUMBER(15),
298: msg_from NUMBER(6),

Line 295: grd_schm_version_number igs_ps_unit_grd_schm.grd_schm_version_number%type,

291: TYPE unit_gs_rec_type IS RECORD (
292: unit_cd igs_ps_unit_grd_schm.unit_code%type,
293: version_number igs_ps_unit_grd_schm.unit_version_number%type,
294: grading_schema_code igs_ps_unit_grd_schm.grading_schema_code%type,
295: grd_schm_version_number igs_ps_unit_grd_schm.grd_schm_version_number%type,
296: default_flag igs_ps_unit_grd_schm.default_flag%type,
297: interface_id NUMBER(15),
298: msg_from NUMBER(6),
299: msg_to NUMBER(6),

Line 296: default_flag igs_ps_unit_grd_schm.default_flag%type,

292: unit_cd igs_ps_unit_grd_schm.unit_code%type,
293: version_number igs_ps_unit_grd_schm.unit_version_number%type,
294: grading_schema_code igs_ps_unit_grd_schm.grading_schema_code%type,
295: grd_schm_version_number igs_ps_unit_grd_schm.grd_schm_version_number%type,
296: default_flag igs_ps_unit_grd_schm.default_flag%type,
297: interface_id NUMBER(15),
298: msg_from NUMBER(6),
299: msg_to NUMBER(6),
300: status VARCHAR2(1)