DBA Data[Home] [Help]

APPS.BNE_DUPLICATES_UTILS dependencies on BNE_DUP_INTERFACE_PROFILES_PKG

Line 278: BNE_DUP_INTERFACE_PROFILES_PKG.INSERT_ROW(

274: -- Get all the interfaces for this integrator and create a duplicate
275: -- interface profile for each
276: FOR interface_rec IN x_interface_cur(p_integrator_app_id, p_integrator_code)
277: LOOP
278: BNE_DUP_INTERFACE_PROFILES_PKG.INSERT_ROW(
279: X_ROWID => l_rowid,
280: X_INTERFACE_APP_ID => interface_rec.application_id,
281: X_INTERFACE_CODE => interface_rec.interface_code,
282: X_DUP_PROFILE_APP_ID => p_dup_profile_app_id,