DBA Data[Home] [Help]

APPS.OE_VALIDATE_WF dependencies on OE_CODE_CONTROL

Line 2545: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

2541: END IF;
2542: END LOOP; -- End Loop blanket_processes
2543: END IF; -- IF sales_document_type_code = 'O'/'B'
2544:
2545: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2546: /* Applicable for Release 11.5.10 + only: Getting the associated
2547: negotiation header (OENH) internal workflow process name from
2548: oe_workflow_assignments; */
2549: FOR negotiation_processes IN c_other_process(l_transaction_tbl(l_record_count).transaction_type_id, OE_GLOBALS.G_WFI_NGO) LOOP