DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_DOCUMENT_TOTALS_PVT

Line 22292: l_doc_amount := po_document_totals_pvt.getAmountOrdered(

22288: IF l_type_lookup_code = 'STANDARD' THEN
22289: IF p_draft_id is NULL or p_draft_id = -1 THEN
22290: -- Finding the document amount
22291: -- When warrant currency is same as doc currency get the amount in doc currency
22292: l_doc_amount := po_document_totals_pvt.getAmountOrdered(
22293: p_doc_level => po_document_totals_pvt.g_doc_level_HEADER,
22294: p_doc_level_id => p_header_id,
22295: p_data_source => po_document_totals_pvt.g_data_source_TRANSACTION,
22296: p_draft_id => -1);

Line 22293: p_doc_level => po_document_totals_pvt.g_doc_level_HEADER,

22289: IF p_draft_id is NULL or p_draft_id = -1 THEN
22290: -- Finding the document amount
22291: -- When warrant currency is same as doc currency get the amount in doc currency
22292: l_doc_amount := po_document_totals_pvt.getAmountOrdered(
22293: p_doc_level => po_document_totals_pvt.g_doc_level_HEADER,
22294: p_doc_level_id => p_header_id,
22295: p_data_source => po_document_totals_pvt.g_data_source_TRANSACTION,
22296: p_draft_id => -1);
22297: ELSE

Line 22295: p_data_source => po_document_totals_pvt.g_data_source_TRANSACTION,

22291: -- When warrant currency is same as doc currency get the amount in doc currency
22292: l_doc_amount := po_document_totals_pvt.getAmountOrdered(
22293: p_doc_level => po_document_totals_pvt.g_doc_level_HEADER,
22294: p_doc_level_id => p_header_id,
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(