DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on IBY_EXTENSIBILITY_CALLOUTS_PUB

Line 3968: * IBY_EXTENSIBILITY_CALLOUTS_PUB.

3964: *
3965: * User can customize the logic to determine
3966: * whether central bank reporting is required
3967: * by implementing the default stub function
3968: * IBY_EXTENSIBILITY_CALLOUTS_PUB.
3969: * isCentralBankReportingRequired(..).
3970: *
3971: * If this stub is implemented use the value
3972: * returned by the stub, else use the declaration

Line 3978: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

3974: * payment to central bank.
3975: */
3976: print_debuginfo(l_module_name, 'Attempting to '
3977: || 'invoke customizable function '
3978: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
3979: || 'isCentralBankReportingRequired(..) for '
3980: || 'payment '
3981: || x_paymentTab(i).payment_id
3982: );

Line 3984: l_declare_flag := IBY_EXTENSIBILITY_CALLOUTS_PUB.

3980: || 'payment '
3981: || x_paymentTab(i).payment_id
3982: );
3983:
3984: l_declare_flag := IBY_EXTENSIBILITY_CALLOUTS_PUB.
3985: isCentralBankReportingRequired(
3986: x_paymentTab(i).payment_id,
3987: l_return_status
3988: );

Line 3993: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

3989:
3990: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
3991:
3992: print_debuginfo(l_module_name, 'Callout '
3993: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
3994: || 'isCentralBankReportingRequired(..) for '
3995: || 'payment '
3996: || x_paymentTab(i).payment_id
3997: || 'returned: '

Line 4037: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'

4033: ELSE
4034:
4035: print_debuginfo(l_module_name, 'Stubbed '
4036: || 'customizable function '
4037: || 'IBY_EXTENSIBILITY_CALLOUTS_PUB.'
4038: || 'isCentralBankReportingRequired(..) '
4039: || 'not implemented. Checking whether '
4040: || 'payment amount exceeds declaration '
4041: || 'threshold ..'