DBA Data[Home] [Help]

APPS.AP_BANK_CHARGE_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1467: ap_system_parameters_all asp --5007989

1463: iby.dont_pay_flag,
1464: iby.internal_bank_account_id,
1465: iby.supplier_site_id
1466: FROM iby_hook_payments_t iby,
1467: ap_system_parameters_all asp --5007989
1468: WHERE dont_pay_flag <> 'Y'
1469: AND nvl(dont_pay_reason_code,'dummy') <> 'OVERFLOW'
1470: AND asp.org_id = iby.org_id
1471: AND nvl(asp.use_bank_charge_flag,'N') = 'Y'