DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_PAYMENT_TYPES

Line 930: from pay_payment_types

926: and flt.lookup_type = flv.lookup_type;
927:
928: cursor cur_cheque_payment_type is
929: select payment_type_name
930: from pay_payment_types
931: where payment_type_id = to_number(p_cheque_payment_type)
932: and territory_code = 'CA'
933: and category = 'CH';
934:

Line 3059: from pay_payment_types

3055: and flt.lookup_type = flv.lookup_type;
3056:
3057: cursor cur_cheque_payment_type is
3058: select payment_type_name
3059: from pay_payment_types
3060: where payment_type_id = to_number(p_cheque_payment_type)
3061: and territory_code = 'CA'
3062: and category = 'CH';
3063: