DBA Data[Home] [Help]

APPS.BNE_DUPLICATES_UTILS dependencies on BNE_DUP_INTERFACE_PROFILES

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,

Line 411: DELETE FROM BNE_DUP_INTERFACE_PROFILES

407: DELETE FROM BNE_DUP_INTERFACE_COLS
408: WHERE DUP_PROFILE_APP_ID = p_dup_profile_app_id
409: AND DUP_PROFILE_CODE = p_dup_profile_code;
410:
411: DELETE FROM BNE_DUP_INTERFACE_PROFILES
412: WHERE DUP_PROFILE_APP_ID = p_dup_profile_app_id
413: AND DUP_PROFILE_CODE = p_dup_profile_code;
414:
415: BNE_DUPLICATE_PROFILES_PKG.DELETE_ROW(