DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_ORDER_CACHE

Line 3641: nvl(oe_order_cache.g_header_rec.source_document_type_id, -99) <> 2 -- not a copy order Verify

3637:
3638: IF p_x_header_Payment_rec.trxn_extension_id IS NOT NULL AND
3639: p_x_header_Payment_rec.trxn_extension_id <> FND_API.G_MISS_NUM
3640: AND p_x_header_Payment_rec.operation = OE_GLOBALS.G_OPR_CREATE AND
3641: nvl(oe_order_cache.g_header_rec.source_document_type_id, -99) <> 2 -- not a copy order Verify
3642: THEN
3643: --R12 CC Encryption
3644: --for orders coming from outside of Order Management, we need to call Oracle
3645: --Payments Copy Transaction API to get a new transaction extension id.