DBA Data[Home] [Help]

APPS.INV_MGD_MVT_PO_MDTR dependencies on FND_API

Line 651: IF NVL(l_drop_ship_source_id , FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM

647: --regular PO
648: x_movement_transaction.movement_type := 'A';
649: END IF;
650:
651: IF NVL(l_drop_ship_source_id , FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM
652: THEN
653: x_movement_transaction.movement_type := 'A';
654: x_movement_transaction.document_source_type := 'PO';
655: x_movement_transaction.organization_id := l_destination_org_id;