DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_ORDER_CACHE

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

3518:
3519: IF p_x_header_Payment_rec.trxn_extension_id IS NOT NULL AND
3520: p_x_header_Payment_rec.trxn_extension_id <> FND_API.G_MISS_NUM
3521: AND p_x_header_Payment_rec.operation = OE_GLOBALS.G_OPR_CREATE AND
3522: nvl(oe_order_cache.g_header_rec.source_document_type_id, -99) <> 2 -- not a copy order Verify
3523: THEN
3524: --R12 CC Encryption
3525: --for orders coming from outside of Order Management, we need to call Oracle
3526: --Payments Copy Transaction API to get a new transaction extension id.