DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on AR_BPA_ITEMS_VL

Line 879: from ar_bpa_content_areas_b ca , ar_bpa_items_vl item

875: sysdate,
876: l_user_id,
877: sysdate,
878: l_user_id
879: from ar_bpa_content_areas_b ca , ar_bpa_items_vl item
880: where ca.template_id = p_orig_template_id
881: and ca.item_id is not null
882: and ca.item_id = item.item_id
883: ;