DBA Data[Home] [Help]

APPS.INV_MGD_POS_ORGANIZATION_MDTR SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 66

  x_organization_tbl.DELETE;
Line: 86

    SELECT
      organization_id
    , organization_code
    INTO
      x_organization_tbl(l_Idx).id
    , x_organization_tbl(l_Idx).code
    FROM  mtl_parameters
    WHERE organization_id = l_org_id_tbl(l_Idx);