DBA Data[Home] [Help]

APPS.WMA_UTIL SQL Statements

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

Line: 13

    select mandatory_scrap_flag, default_scrap_account_id
      into mandatoryScrapFlag, scrapAcctID
    from wip_parameters
    where organization_id = orgID;
Line: 35

    select negative_inv_receipt_code
      into x_neg_inv_allowed
      from mtl_parameters
     where organization_id = p_org_id;