DBA Data[Home] [Help]

APPS.AK_CUSTOM2_PVT dependencies on AK_CUSTOM_REGIONS_TL

Line 1208: from ak_custom_regions ac, ak_custom_regions_tl act

1204:
1205: select ac.last_updated_by, act.last_updated_by,
1206: ac.last_update_date, act.last_update_date
1207: into l_user_id1, l_user_id2, l_update1, l_update2
1208: from ak_custom_regions ac, ak_custom_regions_tl act
1209: where ac.customization_application_id = l_cust_region_tbl(l_index).customization_appl_id
1210: and ac.customization_code = l_cust_region_tbl(l_index).customization_code
1211: and ac.region_application_id = l_cust_region_tbl(l_index).region_appl_id
1212: and ac.region_code = l_cust_region_tbl(l_index).region_code

Line 1863: from ak_custom_regions ac, ak_custom_regions_tl act

1859: -- do not update customized data
1860: select ac.last_updated_by, act.last_updated_by,
1861: ac.last_update_date, act.last_update_date
1862: into l_user_id1, l_user_id2, l_update1, l_update2
1863: from ak_custom_regions ac, ak_custom_regions_tl act
1864: where ac.customization_application_id = G_CUST_REGION_REDO_TBL(l_index).customization_appl_id
1865: and ac.customization_code = G_CUST_REGION_REDO_TBL(l_index).customization_code
1866: and ac.region_application_id = G_CUST_REGION_REDO_TBL(l_index).region_appl_id
1867: and ac.region_code = G_CUST_REGION_REDO_TBL(l_index).region_code