DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on CN_LOOKUPS

Line 15: incentive_type cn_lookups.meaning%TYPE,

11: payment_diff cn_payment_transactions.payment_amount%TYPE,
12: quota_id cn_payment_transactions.quota_id%TYPE,
13: quota_name cn_quotas.NAME%TYPE,
14: incentive_type_code cn_payment_transactions.incentive_type_code%TYPE,
15: incentive_type cn_lookups.meaning%TYPE,
16: hold_flag cn_payment_transactions.hold_flag%TYPE,
17: hold_flag_desc cn_lookups.meaning%TYPE,
18: waive_flag cn_payment_transactions.waive_flag%TYPE,
19: waive_flag_desc cn_lookups.meaning%TYPE,

Line 17: hold_flag_desc cn_lookups.meaning%TYPE,

13: quota_name cn_quotas.NAME%TYPE,
14: incentive_type_code cn_payment_transactions.incentive_type_code%TYPE,
15: incentive_type cn_lookups.meaning%TYPE,
16: hold_flag cn_payment_transactions.hold_flag%TYPE,
17: hold_flag_desc cn_lookups.meaning%TYPE,
18: waive_flag cn_payment_transactions.waive_flag%TYPE,
19: waive_flag_desc cn_lookups.meaning%TYPE,
20: pay_element_type_id cn_payment_transactions.pay_element_type_id%TYPE,
21: pay_element_name pay_element_types_f.element_name%TYPE,

Line 19: waive_flag_desc cn_lookups.meaning%TYPE,

15: incentive_type cn_lookups.meaning%TYPE,
16: hold_flag cn_payment_transactions.hold_flag%TYPE,
17: hold_flag_desc cn_lookups.meaning%TYPE,
18: waive_flag cn_payment_transactions.waive_flag%TYPE,
19: waive_flag_desc cn_lookups.meaning%TYPE,
20: pay_element_type_id cn_payment_transactions.pay_element_type_id%TYPE,
21: pay_element_name pay_element_types_f.element_name%TYPE,
22: recoverable_flag cn_payment_transactions.recoverable_flag%TYPE,
23: recoverable_flag_desc cn_lookups.meaning%TYPE

Line 23: recoverable_flag_desc cn_lookups.meaning%TYPE

19: waive_flag_desc cn_lookups.meaning%TYPE,
20: pay_element_type_id cn_payment_transactions.pay_element_type_id%TYPE,
21: pay_element_name pay_element_types_f.element_name%TYPE,
22: recoverable_flag cn_payment_transactions.recoverable_flag%TYPE,
23: recoverable_flag_desc cn_lookups.meaning%TYPE
24: );
25:
26: TYPE pmt_tran_tbl IS TABLE OF pmt_tran_rec
27: INDEX BY BINARY_INTEGER;