DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on IGI_IMP_IAC_INTERFACE_GROUP_S

Line 592: Select igi_imp_iac_interface_group_s.nextval

588: If l_rec_ctr > l_max_records then
589: l_rec_ctr := 1;
590: End if;
591: If l_rec_ctr = 1 then
592: Select igi_imp_iac_interface_group_s.nextval
593: Into l_group_id
594: From dual;
595: End if;
596:

Line 1092: Select igi_imp_iac_interface_group_s.nextval

1088: If l_rec_ctr > l_max_records then
1089: l_rec_ctr := 1;
1090: End if;
1091: If l_rec_ctr = 1 then
1092: Select igi_imp_iac_interface_group_s.nextval
1093: Into l_group_id
1094: From dual;
1095: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1096: p_full_path => l_path_name,