DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHODS_PKG dependencies on PAY_CE_SUPPORT_PKG

Line 251: if pay_ce_support_pkg.pay_and_ce_licensed then

247: -- ap_bank_branches_all for the bank account associated with
248: -- this payment method. only do this if cash management integration
249: -- is active, i.e. both payroll and cash management are installed.
250:
251: if pay_ce_support_pkg.pay_and_ce_licensed then
252:
253: -- Bug No. 4644827
254: -- for r11.5 the same functionality is done through database trigger. Code
255: -- is for R12

Line 932: if pay_ce_support_pkg.pay_and_ce_licensed then

928: -- ap_bank_branches_all for the bank account associated with
929: -- this payment method. only do this if cash management integration
930: -- is active, i.e. both payroll and cash management are installed.
931:
932: if pay_ce_support_pkg.pay_and_ce_licensed then
933:
934: -- Bug No. 4644827
935: -- for r11.5 the same functionality is done through database trigger. Code
936: -- is for R12