DBA Data[Home] [Help]

APPS.BIS_AK_REGION_PUB dependencies on AK_REGIONS_VL

Line 1251: from ak_regions_vl

1247: attribute12,
1248: attribute13,
1249: attribute14,
1250: attribute15
1251: from ak_regions_vl
1252: where region_code = p_REGION_CODE
1253: and region_application_id = p_REGION_APPLICATION_ID;
1254:
1255: begin

Line 1499: FROM ak_regions_vl

1495: attribute12,
1496: attribute13,
1497: attribute14,
1498: attribute15
1499: FROM ak_regions_vl
1500: WHERE region_code = p_Report_Region_Rec.Region_Code
1501: AND region_application_id = p_Report_Region_Rec.Region_Application_Id;
1502:
1503: BEGIN

Line 3297: FROM AK_REGIONS_VL A

3293: , A.CREATION_DATE
3294: , A.LAST_UPDATED_BY
3295: , A.LAST_UPDATE_DATE
3296: , A.LAST_UPDATE_LOGIN
3297: FROM AK_REGIONS_VL A
3298: WHERE A.REGION_CODE = p_Region_Code
3299: AND A.REGION_APPLICATION_ID = p_Region_Application_Id;
3300: BEGIN
3301: FND_MSG_PUB.Initialize;