DBA Data[Home] [Help]

APPS.OE_RMA_GRP dependencies on OE_REASONS_UTIL

Line 567: oe_debug_pub.add('OEXGRMAB: BEFORE CALLING OE_REASONS_UTIL.APPLY_REASON');

563:
564: IF l_reason_exists = 'Y' THEN
565:
566: IF l_debug_level > 0 THEN
567: oe_debug_pub.add('OEXGRMAB: BEFORE CALLING OE_REASONS_UTIL.APPLY_REASON');
568: END IF;
569:
570: /* Set the Reason in the OE_REASONS Table */
571:

Line 572: OE_REASONS_UTIL.Apply_Reason(

568: END IF;
569:
570: /* Set the Reason in the OE_REASONS Table */
571:
572: OE_REASONS_UTIL.Apply_Reason(
573: p_entity_code => 'HEADER'
574: , p_entity_id => to_number(itemkey)
575: , p_version_number => 1.0
576: , p_reason_type => 'RMA_REJECTION_REASON'

Line 584: oe_debug_pub.add('OEXGRMAB: AFTER CALLING OE_REASONS_UTIL.APPLY_REASON');

580: , x_return_status => l_return_status
581: );
582:
583: IF l_debug_level > 0 THEN
584: oe_debug_pub.add('OEXGRMAB: AFTER CALLING OE_REASONS_UTIL.APPLY_REASON');
585: END IF;
586:
587: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
588: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;