DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_PAT_STUDY_UNT_PKG

Line 30: -- added it to the insert row call of igs_ps_pat_study_unt_pkg

26: --vvutukur 01-Nov-2002 Enh#2636716.Modifications done in crsp_ins_unit_section.
27: --vvutukur 28-Oct-2002 Enh#2613933.Modifications done in crsp_ins_unit_section.
28: --shtatiko 21-OCT-2002 Added two parameters, program_length and program_length_measurement, to insert_row call of IGS_PS_OFR_OPT_PKG as per bug# 2608227.
29: --amuthu 24-Sep-02 added core_ind column to the cursor c_posu and also
30: -- added it to the insert row call of igs_ps_pat_study_unt_pkg
31: --jbegum 11-Sep-02 1)As part of bug#2563596 modified CURSOR us_req_refcd.
32: -- 2)Also added a for loop which inserts into the igs_ps_usec_ref_cd
33: -- all reference code records from old unit section to new unit section.
34: -- 3)Added an IF condition that checks if the function igs_ru_gen_002.rulp_ins_parser

Line 1030: IGS_PS_PAT_STUDY_UNT_PKG.INSERT_ROW(

1026: OPEN c_posu_seq_num;
1027: FETCH c_posu_seq_num INTO v_posu_seq_num;
1028: CLOSE c_posu_seq_num;
1029: x_rowid := NULL;
1030: IGS_PS_PAT_STUDY_UNT_PKG.INSERT_ROW(
1031: X_ROWID => x_rowid,
1032: X_COURSE_CD => p_new_course_cd,
1033: X_VERSION_NUMBER => p_new_version_number,
1034: X_POS_SEQUENCE_NUMBER => v_pos_seq_num,