DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_PAYMENT_METHODS_B

Line 679: from iby_payment_methods_b

675: -- create the default payment method
676: IF(p_ext_payee_tab(counter).Default_Pmt_method is not NULL) THEN
677: select count(1)
678: into l_pm_count
679: from iby_payment_methods_b
680: where payment_method_code=p_ext_payee_tab(counter).Default_Pmt_method;
681:
682: IF (l_pm_count>0) then
683: -- insert into the external payment method table

Line 2949: FROM iby_payment_methods_b

2945: ELSE
2946: -- default payment method is not null
2947: SELECT COUNT(1)
2948: INTO l_pm_count
2949: FROM iby_payment_methods_b
2950: WHERE payment_method_code = p_ext_payee_tab(counter).Default_Pmt_method;
2951:
2952: IF (l_pm_count>0) THEN
2953: -- payment method exists