DBA Data[Home] [Help]

APPS.ASO_DEFAULTING_UTIL dependencies on ASO_DEBUG_PUB

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

1969: X_Header_Shipment_Rec.DEMAND_CLASS_CODE := P_Qte_Opportunity_Row_Rec.O_DEMAND_CLASS_CODE;
1970:
1971: ELSIF P_Entity_Code = 'QUOTE_LINE' THEN
1972:
1973: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1974: aso_debug_pub.ADD('X_Quote_Line_Rec.Inventory_Item_Id: ' || X_Quote_Line_Rec.Inventory_Item_Id,1,'N');
1975: aso_debug_pub.ADD('X_Quote_Line_Rec.uom_code: ' || X_Quote_Line_Rec.uom_code,1,'N');
1976: END IF;
1977:

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

1970:
1971: ELSIF P_Entity_Code = 'QUOTE_LINE' THEN
1972:
1973: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1974: aso_debug_pub.ADD('X_Quote_Line_Rec.Inventory_Item_Id: ' || X_Quote_Line_Rec.Inventory_Item_Id,1,'N');
1975: aso_debug_pub.ADD('X_Quote_Line_Rec.uom_code: ' || X_Quote_Line_Rec.uom_code,1,'N');
1976: END IF;
1977:
1978: X_Quote_Line_Rec.QUOTE_HEADER_ID := P_Qte_Line_Row_Rec.L_QUOTE_HEADER_ID;

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

1971: ELSIF P_Entity_Code = 'QUOTE_LINE' THEN
1972:
1973: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1974: aso_debug_pub.ADD('X_Quote_Line_Rec.Inventory_Item_Id: ' || X_Quote_Line_Rec.Inventory_Item_Id,1,'N');
1975: aso_debug_pub.ADD('X_Quote_Line_Rec.uom_code: ' || X_Quote_Line_Rec.uom_code,1,'N');
1976: END IF;
1977:
1978: X_Quote_Line_Rec.QUOTE_HEADER_ID := P_Qte_Line_Row_Rec.L_QUOTE_HEADER_ID;
1979: X_Quote_Line_Rec.QUOTE_LINE_ID := P_Qte_Line_Row_Rec.L_QUOTE_LINE_ID;