DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_ORG_PAYMENT_METHODS_F_TL

Line 602: from pay_org_payment_methods_f_tl

598: and lookup_code = p_exp_variance_type;
599:
600: cursor cur_prepay_payment_method is
601: select org_payment_method_name
602: from pay_org_payment_methods_f_tl
603: where org_payment_method_id = to_number(p_payment_method_override)
604: and language = userenv('LANG');
605:
606: cursor cur_ele_element_set is

Line 659: from pay_org_payment_methods_f_tl

655: and category = 'CH';
656:
657: cursor cur_cheque_payment_method is
658: select org_payment_method_name
659: from pay_org_payment_methods_f_tl
660: where org_payment_method_id = to_number(p_cheque_payment_method);
661:
662: cursor cur_cheque_sort_seq is
663: select meaning