DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE_ADJ dependencies on OE_DEBUG_PUB

Line 465: oe_debug_pub.add('line_type_code ' || p_Line_Adj_rec.list_line_type_code, 2);

461:
462: END IF;
463: */
464:
465: oe_debug_pub.add('line_type_code ' || p_Line_Adj_rec.list_line_type_code, 2);
466: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_type_code, 2);
467: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_subtype_code, 2);
468:
469: --

Line 466: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_type_code, 2);

462: END IF;
463: */
464:
465: oe_debug_pub.add('line_type_code ' || p_Line_Adj_rec.list_line_type_code, 2);
466: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_type_code, 2);
467: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_subtype_code, 2);
468:
469: --
470: -- Validate attribute dependencies here.

Line 467: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_subtype_code, 2);

463: */
464:
465: oe_debug_pub.add('line_type_code ' || p_Line_Adj_rec.list_line_type_code, 2);
466: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_type_code, 2);
467: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_subtype_code, 2);
468:
469: --
470: -- Validate attribute dependencies here.
471: --

Line 477: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_type_code, 2);

473: IF p_Line_adj_rec.list_line_type_code = 'FREIGHT_CHARGE' AND
474: p_Line_adj_rec.charge_type_code IS NOT NULL AND
475: p_Line_adj_rec.charge_subtype_code IS NOT NULL
476: THEN
477: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_type_code, 2);
478: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_subtype_code, 2);
479:
480: BEGIN
481: SELECT 'VALID'

Line 478: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_subtype_code, 2);

474: p_Line_adj_rec.charge_type_code IS NOT NULL AND
475: p_Line_adj_rec.charge_subtype_code IS NOT NULL
476: THEN
477: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_type_code, 2);
478: oe_debug_pub.add('charge_type_code ' || p_Line_Adj_rec.charge_subtype_code, 2);
479:
480: BEGIN
481: SELECT 'VALID'
482: INTO l_tmp_string

Line 580: oe_debug_pub.add('Entering OE_CNCL_Validate_Line_Adjs');

576: , p_Line_Adj_rec IN OE_Order_PUB.Line_Adj_Rec_Type
577: )
578: IS
579: BEGIN
580: oe_debug_pub.add('Entering OE_CNCL_Validate_Line_Adjs');
581: x_return_status := FND_API.G_RET_STS_SUCCESS;
582:
583: -- Validate Line_Adj attributes
584:

Line 993: oe_debug_pub.add('Before calling Line Adjustment Price_Adj_Desc_Flex');

989: OR p_Line_Adj_rec.attribute14 IS NOT NULL
990: OR p_Line_Adj_rec.attribute15 IS NOT NULL
991: THEN
992:
993: oe_debug_pub.add('Before calling Line Adjustment Price_Adj_Desc_Flex');
994: IF NOT OE_CNCL_Validate_Adj.Price_Adj_Desc_Flex
995: (p_context => p_Line_Adj_rec.context
996: ,p_attribute1 => p_Line_Adj_rec.attribute1
997: ,p_attribute2 => p_Line_Adj_rec.attribute2

Line 1017: oe_debug_pub.add('After Line Adjustment desc_flex ' || x_return_status);

1013: x_return_status := FND_API.G_RET_STS_ERROR;
1014:
1015: END IF;
1016:
1017: oe_debug_pub.add('After Line Adjustment desc_flex ' || x_return_status);
1018:
1019:
1020:
1021: END IF;

Line 1024: oe_debug_pub.add('Exiting OE_CNCL_Validate_Line_Adjs');

1020:
1021: END IF;
1022:
1023: -- Done validating attributes
1024: oe_debug_pub.add('Exiting OE_CNCL_Validate_Line_Adjs');
1025: EXCEPTION
1026:
1027: WHEN FND_API.G_EXC_ERROR THEN
1028: