DBA Data[Home] [Help]

APPS.ASO_TAX_INT dependencies on STANDARD

Line 162: -- Standard call to get message count and if count is 1, get message info.

158: END LOOP;
159:
160: END IF;
161:
162: -- Standard call to get message count and if count is 1, get message info.
163: FND_MSG_PUB.Count_And_Get
164: ( p_count => x_msg_count,
165: p_data => x_msg_data
166: );

Line 428: -- Standard call to get message count and if count is 1, get message info.

424: aso_debug_pub.add('after new tax call : ' || x_tax_amount, 1, 'Y');
425: END IF;
426:
427:
428: -- Standard call to get message count and if count is 1, get message info.
429: FND_MSG_PUB.Count_And_Get
430: ( p_count => x_msg_count,
431: p_data => x_msg_data
432: );

Line 3562: IF p_qte_line_rec.line_category_code <> 'RETURN' THEN -- Standard Order Line

3558: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3559: aso_debug_pub.add(' ASO_TAX_INT l_line_type_id '|| l_line_type_id , 1, 'N');
3560: END IF;
3561:
3562: IF p_qte_line_rec.line_category_code <> 'RETURN' THEN -- Standard Order Line
3563:
3564: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3565: aso_debug_pub.add(' ASO_TAX_INT Line Category return ' , 1, 'N');
3566: END IF;