DBA Data[Home] [Help]

APPS.ZPB_BUSAREA_VAL dependencies on ZPB_BUSAREA_DIMENSIONS_VL

Line 2008: from ZPB_BUSAREA_DIMENSIONS_VL

2004: if (instr (each.object_name, 'MODEL_QUERY') > 0) then
2005: if (l_line_dim is null) then
2006: select NAME
2007: into l_line_dim
2008: from ZPB_BUSAREA_DIMENSIONS_VL
2009: where VERSION_ID = p_version_id
2010: and DIMENSION_ID = (select MIN(DIMENSION_ID)
2011: from ZPB_BUSAREA_DIMENSIONS
2012: where VERSION_ID = p_version_id

Line 2543: from ZPB_BUSAREA_DIMENSIONS_VL

2539: if (instr (each.object_name, 'MODEL_QUERY') > 0) then
2540: if (l_line_dim is null) then
2541: select NAME
2542: into l_line_dim
2543: from ZPB_BUSAREA_DIMENSIONS_VL
2544: where VERSION_ID = p_version_id
2545: and DIMENSION_ID = (select MIN(DIMENSION_ID)
2546: from ZPB_BUSAREA_DIMENSIONS
2547: where VERSION_ID = p_version_id