DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on DUAL

Line 594: From dual;

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:
597: IF C_Book_Info_Rec.asset_type = 'CIP' THEN
598: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

Line 1094: From dual;

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,
1097: p_string => 'The new group Id is : ' || l_group_id);
1098: End if;