DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_AME_SETUP_PVT

Line 22299: l_doc_amount := PO_AME_SETUP_PVT.get_mod_amount_for_warrant(

22295: p_data_source => po_document_totals_pvt.g_data_source_TRANSACTION,
22296: p_draft_id => -1);
22297: ELSE
22298: -- Finding the mod amount
22299: l_doc_amount := PO_AME_SETUP_PVT.get_mod_amount_for_warrant(
22300: p_header_id,
22301: p_draft_id);
22302: END IF;
22303: ELSIF (l_type_lookup_code = 'CONTRACT' or l_type_lookup_code = 'BLANKET') THEN