DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_CHECKNUMBER_PUB

Line 9120: | PURPOSE: This procedure calls the IBY_CHECKNUMBER_PUB.performCheckNumbering

9116: /*--------------------------------------------------------------------
9117: | NAME:
9118: | perform_check_print
9119: |
9120: | PURPOSE: This procedure calls the IBY_CHECKNUMBER_PUB.performCheckNumbering
9121: | procedure to lock the payment document and number the payments
9122: |
9123: |
9124: | PARAMETERS:

Line 9343: IBY_CHECKNUMBER_PUB.performCheckNumbering(

9339: /*
9340: * This means that this payment instruction is not
9341: * yet numbered. Invoke the numbering flow.
9342: */
9343: IBY_CHECKNUMBER_PUB.performCheckNumbering(
9344: p_instruction_id,
9345: p_pmt_document_id,
9346: NULL,
9347: x_return_status,