DBA Data[Home] [Help]

APPS.OE_OE_FORM_PRICE_BREAK dependencies on OE_DEBUG_PUB

Line 836: oe_debug_pub.initialize;

832:
833: BEGIN
834:
835:
836: oe_debug_pub.initialize;
837: oe_debug_pub.debug_on;
838:
839: oe_debug_pub.add ( 'Geresh In Procedure Validate and write' );
840:

Line 837: oe_debug_pub.debug_on;

833: BEGIN
834:
835:
836: oe_debug_pub.initialize;
837: oe_debug_pub.debug_on;
838:
839: oe_debug_pub.add ( 'Geresh In Procedure Validate and write' );
840:
841: l_control_rec.controlled_operation := TRUE;

Line 839: oe_debug_pub.add ( 'Geresh In Procedure Validate and write' );

835:
836: oe_debug_pub.initialize;
837: oe_debug_pub.debug_on;
838:
839: oe_debug_pub.add ( 'Geresh In Procedure Validate and write' );
840:
841: l_control_rec.controlled_operation := TRUE;
842: l_control_rec.validate_entity := TRUE;
843: l_control_rec.write_to_DB := TRUE;

Line 883: oe_debug_pub.add ( 'Geresh 3:: In Procedure Validate and write' );

879:
880: select sysdate into l_Price_LLine_rec.creation_date
881: from dual;
882:
883: oe_debug_pub.add ( 'Geresh 3:: In Procedure Validate and write' );
884:
885:
886: l_Price_LLine_rec.price_break_parent_line := p_price_list_line_id;
887: l_Price_LLine_rec.price_list_id := p_price_list_id;

Line 904: oe_debug_pub.add('Price List IDS' || p_price_list_line_id );

900:
901: -------------------------------------
902: -- Insert / Update Records
903: -------------------------------------
904: oe_debug_pub.add('Price List IDS' || p_price_list_line_id );
905: oe_debug_pub.add('Price List IDS' || l_Price_LLine_rec.price_list_line_id );
906:
907: OE_Pricing_Cont_PVT.Process_Pricing_Cont
908: ( p_api_version_number => 1.0

Line 905: oe_debug_pub.add('Price List IDS' || l_Price_LLine_rec.price_list_line_id );

901: -------------------------------------
902: -- Insert / Update Records
903: -------------------------------------
904: oe_debug_pub.add('Price List IDS' || p_price_list_line_id );
905: oe_debug_pub.add('Price List IDS' || l_Price_LLine_rec.price_list_line_id );
906:
907: OE_Pricing_Cont_PVT.Process_Pricing_Cont
908: ( p_api_version_number => 1.0
909: , p_init_msg_list => FND_API.G_TRUE

Line 927: oe_debug_pub.add ( 'Geresh ::Ednd Proicees Pricing ' || x_return_status );

923: , x_Price_Break_tbl => l_x_Price_Break_tbl
924: );
925:
926:
927: oe_debug_pub.add ( 'Geresh ::Ednd Proicees Pricing ' || x_return_status );
928: -- Load OUT parameters.
929:
930: l_x_Price_Break_rec := l_x_Price_Break_tbl(1);
931: