DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_ORG_PAYMENT_METHODS_F_TL

Line 880: from pay_org_payment_methods_f_tl

876: and lookup_code = p_exp_variance_type;
877:
878: cursor cur_prepay_payment_method is
879: select org_payment_method_name
880: from pay_org_payment_methods_f_tl
881: where org_payment_method_id = to_number(p_payment_method_override)
882: and language = userenv('LANG');
883:
884: cursor cur_ele_element_set is

Line 937: from pay_org_payment_methods_f_tl

933: and category = 'CH';
934:
935: cursor cur_cheque_payment_method is
936: select org_payment_method_name
937: from pay_org_payment_methods_f_tl
938: where org_payment_method_id = to_number(p_cheque_payment_method);
939:
940: cursor cur_cheque_sort_seq is
941: select meaning

Line 3009: from pay_org_payment_methods_f_tl

3005: and lookup_code = p_exp_variance_type;
3006:
3007: cursor cur_prepay_payment_method is
3008: select org_payment_method_name
3009: from pay_org_payment_methods_f_tl
3010: where org_payment_method_id = to_number(p_payment_method_override)
3011: and language = userenv('LANG');
3012:
3013: cursor cur_ele_element_set is

Line 3066: from pay_org_payment_methods_f_tl

3062: and category = 'CH';
3063:
3064: cursor cur_cheque_payment_method is
3065: select org_payment_method_name
3066: from pay_org_payment_methods_f_tl
3067: where org_payment_method_id = to_number(p_cheque_payment_method);
3068:
3069: cursor cur_cheque_sort_seq is
3070: select meaning