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 1861: from ak_custom_regions ac, ak_custom_regions_tl act

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