DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on AR_BPA_ITEMS_VL

Line 892: from ar_bpa_content_areas_b ca , ar_bpa_items_vl item

888: sysdate,
889: l_user_id,
890: sysdate,
891: l_user_id
892: from ar_bpa_content_areas_b ca , ar_bpa_items_vl item
893: where ca.template_id = p_orig_template_id
894: and ca.item_id is not null
895: and ca.item_id = item.item_id
896: ;