DBA Data[Home] [Help]

APPS.PER_RI_CRP_DEFAULT_SETTINGS dependencies on PAY_PAYMENT_TYPES

Line 646: FROM PAY_PAYMENT_TYPES

642:
643: -- Declare a cursor to capture the payment type id
644: CURSOR csr_payment_type_id IS
645: SELECT payment_type_id
646: FROM PAY_PAYMENT_TYPES
647: WHERE payment_type_name = p_payment_type_name
648: AND territory_code = p_territory_code;
649:
650: -- Declare a cursor to capture the currency code