DBA Data[Home] [Help]

APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_COM_INST_PKG

Line 630: igs_uc_com_inst_pkg.insert_row -- IGSXI09B.pls

626: IF old_inst_rec.rowid IS NULL THEN
627:
628: BEGIN
629: -- insert a new record in the main table
630: igs_uc_com_inst_pkg.insert_row -- IGSXI09B.pls
631: (
632: x_rowid => old_inst_rec.rowid
633: ,x_inst => new_cvinst_rec.inst
634: ,x_inst_code => new_cvinst_rec.instcode

Line 654: igs_uc_com_inst_pkg.update_row -- IGSXI09B.pls

650: ELSE -- update
651:
652: BEGIN
653: -- update a new record in the main table
654: igs_uc_com_inst_pkg.update_row -- IGSXI09B.pls
655: (
656: x_rowid => old_inst_rec.rowid
657: ,x_inst => old_inst_rec.inst
658: ,x_inst_code => new_cvinst_rec.instcode