DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_PAYMENT_TYPES

Line 652: from pay_payment_types

648: and flt.lookup_type = flv.lookup_type;
649:
650: cursor cur_cheque_payment_type is
651: select payment_type_name
652: from pay_payment_types
653: where payment_type_id = to_number(p_cheque_payment_type)
654: and territory_code = 'CA'
655: and category = 'CH';
656: