DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_CHECKNUMBER_PUB

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

10640: /*--------------------------------------------------------------------
10641: | NAME:
10642: | perform_check_print
10643: |
10644: | PURPOSE: This procedure calls the IBY_CHECKNUMBER_PUB.performCheckNumbering
10645: | procedure to lock the payment document and number the payments
10646: |
10647: |
10648: | PARAMETERS:

Line 10886: IBY_CHECKNUMBER_PUB.performCheckNumbering(

10882: * This means that this payment instruction is not
10883: * yet numbered. Invoke the numbering flow.
10884: */
10885: print_debuginfo(l_module_name, 'Performing Check Numbering : 1');
10886: IBY_CHECKNUMBER_PUB.performCheckNumbering(
10887: p_instruction_id,
10888: p_pmt_document_id,
10889: NULL,
10890: x_return_status,