DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on PO_TBL_NUMBER

Line 4171: p_po_header_id_tbl => PO_TBL_NUMBER(x_to_po_header_id),

4167: -- CLM CLIN/SLIN Changes End
4168:
4169: --Call PO Tax API to calculate tax
4170: PO_TAX_INTERFACE_PVT.calculate_tax(
4171: p_po_header_id_tbl => PO_TBL_NUMBER(x_to_po_header_id),
4172: p_po_release_id_tbl => PO_TBL_NUMBER(),
4173: p_calling_program =>l_calling_program,
4174: x_return_status => l_return_status);
4175: --

Line 4172: p_po_release_id_tbl => PO_TBL_NUMBER(),

4168:
4169: --Call PO Tax API to calculate tax
4170: PO_TAX_INTERFACE_PVT.calculate_tax(
4171: p_po_header_id_tbl => PO_TBL_NUMBER(x_to_po_header_id),
4172: p_po_release_id_tbl => PO_TBL_NUMBER(),
4173: p_calling_program =>l_calling_program,
4174: x_return_status => l_return_status);
4175: --
4176: x_progress := '100';