DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_TAX_INTERFACE_PVT

Line 1142: NOTE: Use the function PO_TAX_INTERFACE_PVT.calculate_tax()

1138: DESC: Procedure to calculate Tax.
1139:
1140: ARGS: IN : p_doc_rec doc_row_type -Some attribute values of the document
1141:
1142: NOTE: Use the function PO_TAX_INTERFACE_PVT.calculate_tax()
1143:
1144: ==============================================================================
1145: */
1146: PROCEDURE calculate_tax (p_doc_rec IN doc_row_type)

Line 1157: po_tax_interface_pvt.calculate_tax

1153: THEN
1154: po_debug.debug_begin (p_log_head => g_log_head || l_api_name);
1155: END IF;
1156:
1157: po_tax_interface_pvt.calculate_tax
1158: (p_po_header_id => p_doc_rec.po_header_id,
1159: p_po_release_id => NULL,
1160: p_calling_program => 'POXBWVRP_PO',
1161: x_return_status => x_return_status