DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_COMMITMENT_PVT

Line 5286: IF OE_Commitment_Pvt.Do_Commitment_Sequencing

5282: WHERE line_id = l_line_id;
5283:
5284: -- lkxu, if tax_value changes, log delayed request for commitment.
5285: -- bug 1768906
5286: IF OE_Commitment_Pvt.Do_Commitment_Sequencing
5287: AND l_commitment_id IS NOT NULL THEN
5288: IF l_debug_level > 0 THEN
5289: oe_debug_pub.add('Logging delayed request for Commitment when tax value changes.', 2);
5290: END IF;