DBA Data[Home] [Help]

APPS.AK_CUSTOM2_PVT dependencies on AK_CUSTOM_REGION_ITEMS

Line 1372: from ak_custom_region_items ac, ak_custom_region_items_tl act

1368: -- do not update customized data
1369: select ac.last_updated_by, act.last_updated_by,
1370: ac.last_update_date, act.last_update_date
1371: into l_user_id1, l_user_id2, l_update1, l_update2
1372: from ak_custom_region_items ac, ak_custom_region_items_tl act
1373: where ac.customization_application_id = l_cust_reg_item_tbl(l_index).customization_appl_id
1374: and ac.customization_code = l_cust_reg_item_tbl(l_index).customization_code
1375: and ac.region_application_id = l_cust_reg_item_tbl(l_index).region_appl_id
1376: and ac.region_code = l_cust_reg_item_tbl(l_index).region_code