DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on PO_TBL_NUMBER

Line 3539: p_po_header_id_tbl => PO_TBL_NUMBER(x_to_po_header_id),

3535: CLOSE po_line_cursor;
3536:
3537: --Call PO Tax API to calculate tax
3538: PO_TAX_INTERFACE_PVT.calculate_tax(
3539: p_po_header_id_tbl => PO_TBL_NUMBER(x_to_po_header_id),
3540: p_po_release_id_tbl => PO_TBL_NUMBER(),
3541: p_calling_program =>l_calling_program,
3542: x_return_status => l_return_status);
3543: --

Line 3540: p_po_release_id_tbl => PO_TBL_NUMBER(),

3536:
3537: --Call PO Tax API to calculate tax
3538: PO_TAX_INTERFACE_PVT.calculate_tax(
3539: p_po_header_id_tbl => PO_TBL_NUMBER(x_to_po_header_id),
3540: p_po_release_id_tbl => PO_TBL_NUMBER(),
3541: p_calling_program =>l_calling_program,
3542: x_return_status => l_return_status);
3543: --
3544: x_progress := '100';