DBA Data[Home] [Help]

APPS.IGS_UC_PROC_REFERENCE_DATA dependencies on IGS_UC_REF_CODES_PKG

Line 102: igs_uc_ref_codes_pkg.insert_row --IGSXI26B.pls

98:
99: IF l_rowid IS NULL THEN
100: BEGIN
101: --Insert a new record
102: igs_uc_ref_codes_pkg.insert_row --IGSXI26B.pls
103: (
104: x_rowid => l_rowid
105: ,x_code_type => new_crfcode_rec.code_type
106: ,x_code => new_crfcode_rec.code

Line 120: igs_uc_ref_codes_pkg.update_row --IGSXI26B.pls

116: END;
117:
118: ELSE /* Update the record */
119: BEGIN
120: igs_uc_ref_codes_pkg.update_row --IGSXI26B.pls
121: (
122: x_rowid => l_rowid
123: ,x_code_type => new_crfcode_rec.code_type
124: ,x_code => new_crfcode_rec.code