DBA Data[Home] [Help]

APPS.IGS_UC_PROC_REFERENCE_DATA dependencies on IGS_UC_REF_APR_PKG

Line 437: igs_uc_ref_apr_pkg.insert_row --IGSXI24B.pls

433:
434: -- If not found then insert
435: IF l_rowid IS NULL THEN
436: BEGIN
437: igs_uc_ref_apr_pkg.insert_row --IGSXI24B.pls
438: (
439: x_rowid => l_rowid
440: ,x_dom => new_refapr_rec.dom
441: ,x_dom_text => new_refapr_rec.domtext

Line 455: igs_uc_ref_apr_pkg.update_row --IGSXI24B.pls

451: END;
452:
453: ELSE -- update
454: BEGIN
455: igs_uc_ref_apr_pkg.update_row --IGSXI24B.pls
456: (
457: x_rowid => l_rowid
458: ,x_dom => new_refapr_rec.dom
459: ,x_dom_text => new_refapr_rec.domtext