DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE_ADJ dependencies on OE_GLOBALS

Line 522: ((NOT OE_GLOBALS.EQUAL(p_Line_adj_rec.charge_type_code,

518:
519: IF p_Line_adj_rec.list_line_type_code = 'FREIGHT_CHARGE' AND
520: p_Line_adj_rec.charge_type_code IS NOT NULL AND
521: p_Line_adj_rec.charge_subtype_code IS NOT NULL AND
522: ((NOT OE_GLOBALS.EQUAL(p_Line_adj_rec.charge_type_code,
523: p_Old_Line_adj_rec.charge_type_code)) OR
524: (NOT OE_GLOBALS.EQUAL(p_Line_adj_rec.charge_subtype_code,
525: p_Old_Line_adj_rec.charge_subtype_code)))
526: THEN

Line 524: (NOT OE_GLOBALS.EQUAL(p_Line_adj_rec.charge_subtype_code,

520: p_Line_adj_rec.charge_type_code IS NOT NULL AND
521: p_Line_adj_rec.charge_subtype_code IS NOT NULL AND
522: ((NOT OE_GLOBALS.EQUAL(p_Line_adj_rec.charge_type_code,
523: p_Old_Line_adj_rec.charge_type_code)) OR
524: (NOT OE_GLOBALS.EQUAL(p_Line_adj_rec.charge_subtype_code,
525: p_Old_Line_adj_rec.charge_subtype_code)))
526: THEN
527:
528: BEGIN

Line 585: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,

581: -- Validate that the total percentage on the header has not exceeded
582: /*
583: -- 100%. LOG A DELAYED REQUEST TO EXECUTE LATER.
584: oe_delayed_requests_pvt.
585: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
586: p_entity_id => p_line_adj_rec.line_id,
587: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
588: p_requesting_entity_id => p_line_adj_rec.price_adjustment_id,
589: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,

Line 587: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,

583: -- 100%. LOG A DELAYED REQUEST TO EXECUTE LATER.
584: oe_delayed_requests_pvt.
585: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
586: p_entity_id => p_line_adj_rec.line_id,
587: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
588: p_requesting_entity_id => p_line_adj_rec.price_adjustment_id,
589: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,
590: p_param1 => p_line_adj_rec.header_id,
591: x_return_status => l_return_status);

Line 589: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,

585: log_request(p_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
586: p_entity_id => p_line_adj_rec.line_id,
587: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
588: p_requesting_entity_id => p_line_adj_rec.price_adjustment_id,
589: p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE,
590: p_param1 => p_line_adj_rec.header_id,
591: x_return_status => l_return_status);
592:
593: */

Line 1258: if OE_GLOBALS.g_validate_desc_flex ='Y' then --bug4343612

1254: oe_debug_pub.add(' Error invoiced flag');
1255: x_return_status := FND_API.G_RET_STS_ERROR;
1256: END IF;
1257: END IF;
1258: if OE_GLOBALS.g_validate_desc_flex ='Y' then --bug4343612
1259: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Line_Adj.attributes ',1);
1260: IF (p_Line_Adj_rec.context IS NOT NULL AND
1261: ( p_Line_Adj_rec.context <>
1262: p_old_Line_Adj_rec.context OR

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

1353:
1354: END IF;
1355: oe_debug_pub.add('Leaving OE_VALIDATE_LINE_ADJ.ATTRIBUTES without errors');
1356: -- Done validating attributes
1357: end if ; /* if OE_GLOBALS.g_validate_desc_flex ='Y' then bug4343612 */
1358: EXCEPTION
1359:
1360: WHEN FND_API.G_EXC_ERROR THEN
1361: