DBA Data[Home] [Help]

APPS.PON_VALIDATE_SHIPMENTS_INT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 378: FROM org_organization_definitions

374:
375: UPDATE pon_auc_price_breaks_interface pb_int
376: SET SHIP_TO_ORGANIZATION_ID =
377: (SELECT ORGANIZATION_ID
378: FROM org_organization_definitions
379: WHERE organization_code = pb_int.SHIP_TO_ORGANIZATION
380: )
381: WHERE batch_id = p_batch_id
382: AND SHIP_TO_ORGANIZATION IS NOT NULL;