DBA Data[Home] [Help]

APPS.IBY_CHECKNUMBER_PUB dependencies on IBY_DISBURSE_UI_API_PUB_PKG

Line 3889: IBY_DISBURSE_UI_API_PUB_PKG.validate_paper_doc_number(

3885: * so that the FND message stack is
3886: * re-initialized and we don't show old
3887: * messages to the user.
3888: */
3889: IBY_DISBURSE_UI_API_PUB_PKG.validate_paper_doc_number(
3890: l_api_version,
3891: FND_API.G_TRUE,
3892: p_payment_doc_id,
3893: l_paper_doc_num,

Line 3927: * by the IBY_DISBURSE_UI_API_PUB_PKG.validate_paper_doc_number(..)

3923: * documents are not available to print this instruction.'
3924: *
3925: * However, the message 'paper doc number # has already been
3926: * used' has been set in the FND message stack already
3927: * by the IBY_DISBURSE_UI_API_PUB_PKG.validate_paper_doc_number(..)
3928: * method.
3929: *
3930: * Clear this message from the stack as it is redundant.
3931: */