DBA Data[Home] [Help]

APPS.PO_TAX_INTERFACE_PVT dependencies on PO_CLM_INTG_GRP

Line 1145: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => p_po_header_id,

1141:
1142: d_progress := 0;
1143:
1144: -- Bug 9718704 Start: Tax should not be calculated for CLM PO.
1145: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => p_po_header_id,
1146: p_po_line_id => NULL,
1147: p_po_line_location_id => NULL,
1148: p_po_distribution_id => NULL);
1149:

Line 1307: l_is_clm_req := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'REQUISITION',

1303: -- By default return status is SUCCESS if no exception occurs
1304: x_return_status := FND_API.G_RET_STS_SUCCESS;
1305:
1306: -- Bug 9718704 Start: Tax should not be calculated for CLM Req.
1307: l_is_clm_req := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'REQUISITION',
1308: p_document_id => p_requisition_header_id );
1309: IF PO_LOG.d_stmt THEN
1310: PO_LOG.stmt(d_module_base,d_progress,'Tax will not be calculated for CLM Req. l_is_clm_req = ' || l_is_clm_req );
1311: END IF;