DBA Data[Home] [Help]

APPS.GMF_GET_XFER_PRICE_HOOK_PUB SQL Statements

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

Line: 58

    SELECT NVL(process_enabled_flag, 'N'), primary_cost_method
      INTO l_process_enabled_flag, l_primary_cost_method
      FROM mtl_parameters mp
     WHERE organization_id = p_from_organization_id
    ;