DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHOD_API dependencies on PAY_CE_SUPPORT_PKG

Line 1193: if pay_ce_support_pkg.pay_and_ce_licensed and l_external_account_id is not null then

1189: end if;
1190: --
1191: --
1192: -- Updating the ap_bank_accounts_all
1193: if pay_ce_support_pkg.pay_and_ce_licensed and l_external_account_id is not null then
1194: --
1195: --Bug No. 4644827
1196: --
1197: -- for r11.5 the same functionality is done through database trigger. Code

Line 2769: if (pay_ce_support_pkg.pay_and_ce_licensed) then

2765: );
2766: --
2767: hr_utility.set_location('Before Updating Bank Accounts : '||l_proc, 65);
2768: -- Updating the ap_bank_accounts_all
2769: if (pay_ce_support_pkg.pay_and_ce_licensed) then
2770: --
2771:
2772: -- Bug No. 4644827
2773: -- for r11.5 the same functionality is done through database trigger. Code

Line 3212: if (pay_ce_support_pkg.pay_and_ce_licensed) then

3208: --
3209: --
3210: -- removing any redundant bank details within ap.
3211: --
3212: if (pay_ce_support_pkg.pay_and_ce_licensed) then
3213: --Bug No. 4644827
3214: pay_maintain_bank_acct.remove_redundant_bank_detail;
3215: end if;
3216: --