DBA Data[Home] [Help]

APPS.INV_MGD_MVT_PO_MDTR dependencies on FND_API

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

681: --regular PO
682: x_movement_transaction.movement_type := 'A';
683: END IF;
684:
685: IF NVL(l_drop_ship_source_id , FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM
686: THEN
687: x_movement_transaction.movement_type := 'A';
688: x_movement_transaction.document_source_type := 'PO';
689: x_movement_transaction.organization_id := l_destination_org_id;