DBA Data[Home] [Help]

APPS.ASO_DEFAULTING_UTIL dependencies on ASO_DEBUG_PUB

Line 1966: IF aso_debug_pub.g_debug_flag = 'Y' THEN

1962: X_Header_Shipment_Rec.DEMAND_CLASS_CODE := P_Qte_Opportunity_Row_Rec.O_DEMAND_CLASS_CODE;
1963:
1964: ELSIF P_Entity_Code = 'QUOTE_LINE' THEN
1965:
1966: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1967: aso_debug_pub.ADD('X_Quote_Line_Rec.Inventory_Item_Id: ' || X_Quote_Line_Rec.Inventory_Item_Id,1,'N');
1968: aso_debug_pub.ADD('X_Quote_Line_Rec.uom_code: ' || X_Quote_Line_Rec.uom_code,1,'N');
1969: END IF;
1970:

Line 1967: aso_debug_pub.ADD('X_Quote_Line_Rec.Inventory_Item_Id: ' || X_Quote_Line_Rec.Inventory_Item_Id,1,'N');

1963:
1964: ELSIF P_Entity_Code = 'QUOTE_LINE' THEN
1965:
1966: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1967: aso_debug_pub.ADD('X_Quote_Line_Rec.Inventory_Item_Id: ' || X_Quote_Line_Rec.Inventory_Item_Id,1,'N');
1968: aso_debug_pub.ADD('X_Quote_Line_Rec.uom_code: ' || X_Quote_Line_Rec.uom_code,1,'N');
1969: END IF;
1970:
1971: X_Quote_Line_Rec.QUOTE_HEADER_ID := P_Qte_Line_Row_Rec.L_QUOTE_HEADER_ID;

Line 1968: aso_debug_pub.ADD('X_Quote_Line_Rec.uom_code: ' || X_Quote_Line_Rec.uom_code,1,'N');

1964: ELSIF P_Entity_Code = 'QUOTE_LINE' THEN
1965:
1966: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1967: aso_debug_pub.ADD('X_Quote_Line_Rec.Inventory_Item_Id: ' || X_Quote_Line_Rec.Inventory_Item_Id,1,'N');
1968: aso_debug_pub.ADD('X_Quote_Line_Rec.uom_code: ' || X_Quote_Line_Rec.uom_code,1,'N');
1969: END IF;
1970:
1971: X_Quote_Line_Rec.QUOTE_HEADER_ID := P_Qte_Line_Row_Rec.L_QUOTE_HEADER_ID;
1972: X_Quote_Line_Rec.QUOTE_LINE_ID := P_Qte_Line_Row_Rec.L_QUOTE_LINE_ID;