DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on PV_LOOKUPS

Line 8: -- 1. In set_enrq_payment_info, retrieve from pv_lookups as all the payment types

4:
5:
6: --Comments
7: --kvattiku: Aug 05, 05 For R12
8: -- 1. In set_enrq_payment_info, retrieve from pv_lookups as all the payment types
9: -- are included in it for backporting enhancements.
10: -- 2. Invoice is a payment type and we should pass payment type code as null in set_payment_info.
11: -- 3. As Purchase Order is not a payment type, commented out relevant code in set_payment_info.
12: -- 4. PO number is a new attribute for all pay types, so store the number in set_payment_info.

Line 2945: from PV_LOOKUPS

2941: where header_id = lx_enrl_info(i).order_header_id;
2942:
2943: select meaning
2944: into l_pmnt_mode_mean
2945: from PV_LOOKUPS
2946: where lookup_type = 'PV_PAYMENT_TYPE'
2947: and lookup_code = p_payment_method_rec.payment_type_code;
2948:
2949: l_log_params_tbl(1).param_name := 'AMOUNT';