DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_ADJ dependencies on OE_DEBUG_PUB

Line 30: oe_debug_pub.Add('Entering OE_VALIDATE_HEADER_ADJ.Entity',1);

26: /* l_organization_id NUMBER := To_number(FND_PROFILE.VALUE
27: ('SO_ORGANIZATION_ID'));*/
28: BEGIN
29:
30: oe_debug_pub.Add('Entering OE_VALIDATE_HEADER_ADJ.Entity',1);
31: -- Check required attributes.
32:
33: IF p_Header_Adj_rec.price_adjustment_id IS NULL
34: THEN

Line 324: oe_debug_pub.Add('Exiting OE_VALIDATE_HEADER_ADJ.Entity',1);

320:
321: -- Done validating entity
322:
323: x_return_status := l_return_status;
324: oe_debug_pub.Add('Exiting OE_VALIDATE_HEADER_ADJ.Entity',1);
325:
326: EXCEPTION
327:
328: WHEN FND_API.G_EXC_ERROR THEN

Line 361: oe_debug_pub.Add('Entering OE_VALIDATE_HEADER_ADJ.Attributes',1);

357: )
358: IS
359: BEGIN
360:
361: oe_debug_pub.Add('Entering OE_VALIDATE_HEADER_ADJ.Attributes',1);
362: x_return_status := FND_API.G_RET_STS_SUCCESS;
363:
364: -- Validate Header_Adj attributes
365:

Line 720: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Header_Adj.attributes ',1);

716: END IF;
717: END IF;
718:
719: if OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612
720: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Header_Adj.attributes ',1);
721: IF (p_Header_Adj_rec.context IS NOT NULL AND
722: ( p_Header_Adj_rec.context <>
723: p_old_Header_Adj_rec.context OR
724: p_old_Header_Adj_rec.context IS NULL ))

Line 789: oe_debug_pub.add('Before calling Header Adjustment Price_Adj_Desc_Flex',2);

785: THEN
786:
787: -- These calls are temporarily commented out
788:
789: oe_debug_pub.add('Before calling Header Adjustment Price_Adj_Desc_Flex',2);
790:
791: IF NOT oe_validate_adj.Price_Adj_Desc_Flex
792: (p_context => p_Header_Adj_rec.context
793: ,p_attribute1 => p_Header_Adj_rec.attribute1

Line 812: oe_debug_pub.add('After Header Adjustment desc_flex ' || x_return_status,2);

808:
809:
810: x_return_status := FND_API.G_RET_STS_ERROR;
811:
812: oe_debug_pub.add('After Header Adjustment desc_flex ' || x_return_status,2);
813:
814: END IF;
815:
816: END IF;

Line 819: oe_debug_pub.Add('Exiting OE_VALIDATE_HEADER_ADJ.Attributes',1);

815:
816: END IF;
817:
818: -- Done validating attributes
819: oe_debug_pub.Add('Exiting OE_VALIDATE_HEADER_ADJ.Attributes',1);
820: end if ; /* if OE_GLOBALS.g_validate_desc_flex ='Y' then bug4343612*/
821:
822: EXCEPTION
823: