DBA Data[Home] [Help]

APPS.AP_BANK_CHARGE_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1576: ap_system_parameters_all asp --5007989

1572: iby.dont_pay_flag,
1573: iby.internal_bank_account_id,
1574: iby.supplier_site_id
1575: FROM iby_hook_payments_t iby,
1576: ap_system_parameters_all asp --5007989
1577: WHERE dont_pay_flag <> 'Y'
1578: AND nvl(dont_pay_reason_code,'dummy') <> 'OVERFLOW'
1579: AND asp.org_id = iby.org_id
1580: AND nvl(asp.use_bank_charge_flag,'N') = 'Y'