DBA Data[Home] [Help]

APPS.IGS_GE_CFG_FORM_PKG dependencies on IGS_GE_CFG_NAV_PKG

Line 448: igs_ge_cfg_nav_pkg.delete_row (

444:
445: END LOOP;
446: -- Delete from Nav Configuration
447: For i in (SELECT rowid FROM igs_ge_cfg_nav WHERE responsibility_id = x_to_responsibility_id) LOOP
448: igs_ge_cfg_nav_pkg.delete_row (
449: i.rowid
450: );
451: END LOOP;
452:

Line 481: igs_ge_cfg_nav_pkg.insert_row (

477:
478: -- Insert for the Nav Configuration
479: For i in (SELECT form_code,seq_number,subform_code,but_label FROM igs_ge_cfg_nav WHERE responsibility_id = x_from_responsibility_id) LOOP
480: lv_rowid := Null;
481: igs_ge_cfg_nav_pkg.insert_row (
482: lv_rowid,
483: x_to_responsibility_id,
484: i.form_code,
485: i.seq_number,