DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on MTL_PARAMETERS

Line 1861: FROM mtl_parameters

1857: IF l_eam_item_type = 1 or l_eam_item_type = 3 THEN
1858: BEGIN
1859: SELECT maint_organization_id
1860: INTO l_maint_organization_id
1861: FROM mtl_parameters
1862: WHERE organization_id = l_cp_last_vld_org;
1863: EXCEPTION
1864: WHEN OTHERS THEN
1865: NULL;