DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_ADJ dependencies on OE_GLOBALS

Line 250: ((NOT OE_GLOBALS.EQUAL(p_Header_adj_rec.charge_type_code,

246:
247: IF p_Header_adj_rec.list_line_type_code = 'FREIGHT_CHARGE' AND
248: p_Header_adj_rec.charge_type_code IS NOT NULL AND
249: p_Header_adj_rec.charge_subtype_code IS NOT NULL AND
250: ((NOT OE_GLOBALS.EQUAL(p_Header_adj_rec.charge_type_code,
251: p_Old_Header_adj_rec.charge_type_code)) OR
252: (NOT OE_GLOBALS.EQUAL(p_Header_adj_rec.charge_subtype_code,
253: p_Old_Header_adj_rec.charge_subtype_code)))
254: THEN

Line 252: (NOT OE_GLOBALS.EQUAL(p_Header_adj_rec.charge_subtype_code,

248: p_Header_adj_rec.charge_type_code IS NOT NULL AND
249: p_Header_adj_rec.charge_subtype_code IS NOT NULL AND
250: ((NOT OE_GLOBALS.EQUAL(p_Header_adj_rec.charge_type_code,
251: p_Old_Header_adj_rec.charge_type_code)) OR
252: (NOT OE_GLOBALS.EQUAL(p_Header_adj_rec.charge_subtype_code,
253: p_Old_Header_adj_rec.charge_subtype_code)))
254: THEN
255:
256: BEGIN

Line 312: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,

308: /*
309: -- Validate that the total percentage on the header has not exceeded
310: -- 100%. LOG A DELAYED REQUEST TO EXECUTE LATER.
311: oe_delayed_requests_pvt.
312: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
313: p_entity_id => p_Header_adj_rec.header_id,
314: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
315: p_requesting_entity_id => p_Header_adj_rec.price_adjustment_id,
316: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,

Line 314: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,

310: -- 100%. LOG A DELAYED REQUEST TO EXECUTE LATER.
311: oe_delayed_requests_pvt.
312: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
313: p_entity_id => p_Header_adj_rec.header_id,
314: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
315: p_requesting_entity_id => p_Header_adj_rec.price_adjustment_id,
316: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,
317: x_return_status => l_return_status);
318: */

Line 316: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,

312: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
313: p_entity_id => p_Header_adj_rec.header_id,
314: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER_ADJ,
315: p_requesting_entity_id => p_Header_adj_rec.price_adjustment_id,
316: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,
317: x_return_status => l_return_status);
318: */
319:
320:

Line 719: if OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612

715: x_return_status := FND_API.G_RET_STS_ERROR;
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

Line 820: end if ; /* if OE_GLOBALS.g_validate_desc_flex ='Y' then bug4343612*/

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:
824: WHEN FND_API.G_EXC_ERROR THEN