DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on IBY_EXTENSIBILITY_CALLOUTS_PUB

Line 9613: * IBY_EXTENSIBILITY_CALLOUTS_PUB.

9609: *
9610: * User can customize the logic to determine
9611: * whether central bank reporting is required
9612: * by implementing the default stub function
9613: * IBY_EXTENSIBILITY_CALLOUTS_PUB.
9614: * isCentralBankReportingRequired(..).
9615: *
9616: * If this stub is implemented use the value
9617: * returned by the stub, else use the declaration

Line 9624: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

9620: */
9621: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
9622: print_debuginfo(l_module_name, 'Attempting to '
9623: || 'invoke customizable function '
9624: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
9625: || 'isCentralBankReportingRequired(..) for '
9626: || 'payment '
9627: || x_paymentTab(i).payment_id
9628: );

Line 9631: l_declare_flag := IBY_EXTENSIBILITY_CALLOUTS_PUB.

9627: || x_paymentTab(i).payment_id
9628: );
9629:
9630: END IF;
9631: l_declare_flag := IBY_EXTENSIBILITY_CALLOUTS_PUB.
9632: isCentralBankReportingRequired(
9633: x_paymentTab(i).payment_id,
9634: l_return_status
9635: );

Line 9641: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

9637: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
9638:
9639:
9640: print_debuginfo(l_module_name, 'Callout '
9641: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
9642: || 'isCentralBankReportingRequired(..) for '
9643: || 'payment '
9644: || x_paymentTab(i).payment_id
9645: || 'returned: '

Line 9689: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

9685:
9686: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
9687: print_debuginfo(l_module_name, 'Stubbed '
9688: || 'customizable function '
9689: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
9690: || 'isCentralBankReportingRequired(..) '
9691: || 'not implemented. Checking whether '
9692: || 'payment amount exceeds declaration '
9693: || 'threshold ..'

Line 9945: * IBY_EXTENSIBILITY_CALLOUTS_PUB.

9941: *
9942: * User can customize the logic to determine
9943: * whether central bank reporting is required
9944: * by implementing the default stub function
9945: * IBY_EXTENSIBILITY_CALLOUTS_PUB.
9946: * isCentralBankReportingRequired(..).
9947: *
9948: * If this stub is implemented use the value
9949: * returned by the stub, else use the declaration

Line 9956: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

9952: */
9953: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
9954: print_debuginfo(l_module_name, 'Attempting to '
9955: || 'invoke customizable function '
9956: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
9957: || 'isCentralBankReportingRequired(..) for '
9958: || 'payment '
9959: ||IBY_PAYGROUP_PUB.pmtTable.payment_id(l_trx_cbr_index)
9960: );

Line 9963: l_declare_flag := IBY_EXTENSIBILITY_CALLOUTS_PUB.

9959: ||IBY_PAYGROUP_PUB.pmtTable.payment_id(l_trx_cbr_index)
9960: );
9961:
9962: END IF;
9963: l_declare_flag := IBY_EXTENSIBILITY_CALLOUTS_PUB.
9964: isCentralBankReportingRequired(
9965: IBY_PAYGROUP_PUB.pmtTable.payment_id(l_trx_cbr_index),
9966: l_trx_cbr_index,
9967: l_return_status

Line 9974: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

9970: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
9971:
9972:
9973: print_debuginfo(l_module_name, 'Callout '
9974: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
9975: || 'isCentralBankReportingRequired(..) for '
9976: || 'payment '
9977: ||IBY_PAYGROUP_PUB.pmtTable.payment_id(l_trx_cbr_index)
9978: || 'returned: '

Line 10022: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

10018:
10019: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
10020: print_debuginfo(l_module_name, 'Stubbed '
10021: || 'customizable function '
10022: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
10023: || 'isCentralBankReportingRequired(..) '
10024: || 'not implemented. Checking whether '
10025: || 'payment amount exceeds declaration '
10026: || 'threshold ..'