DBA Data[Home] [Help]

APPS.PAY_KR_PROCESS_NAV_PKG dependencies on PAY_ORG_PAYMENT_METHODS_F_TL

Line 181: from pay_org_payment_methods_f_tl

177: where run_type_id = p_run_type_id;
178: --
179: cursor csr_payment_method (p_pay_method in number) is
180: select org_payment_method_name
181: from pay_org_payment_methods_f_tl
182: where org_payment_method_id = p_pay_method
183: and language = userenv('LANG') ;
184: --
185: cursor csr_business_place_name is