DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_MAN_PVT dependencies on OKL_TRX_AP_INVOICES_B

Line 17: ipvs_id okl_trx_ap_invoices_b.ipvs_id%type

13: -- Global Record Type
14: ------------------------------------------------------------------------------
15:
16: TYPE man_inv_rec_type IS RECORD (
17: ipvs_id okl_trx_ap_invoices_b.ipvs_id%type
18: ,khr_id okl_trx_ap_invoices_b.khr_id%type
19: ,currency okl_trx_ap_invoices_b.currency_code%type
20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type
21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type

Line 18: ,khr_id okl_trx_ap_invoices_b.khr_id%type

14: ------------------------------------------------------------------------------
15:
16: TYPE man_inv_rec_type IS RECORD (
17: ipvs_id okl_trx_ap_invoices_b.ipvs_id%type
18: ,khr_id okl_trx_ap_invoices_b.khr_id%type
19: ,currency okl_trx_ap_invoices_b.currency_code%type
20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type
21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type
22: ,invoice_date DATE

Line 19: ,currency okl_trx_ap_invoices_b.currency_code%type

15:
16: TYPE man_inv_rec_type IS RECORD (
17: ipvs_id okl_trx_ap_invoices_b.ipvs_id%type
18: ,khr_id okl_trx_ap_invoices_b.khr_id%type
19: ,currency okl_trx_ap_invoices_b.currency_code%type
20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type
21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type
22: ,invoice_date DATE
23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type

Line 20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type

16: TYPE man_inv_rec_type IS RECORD (
17: ipvs_id okl_trx_ap_invoices_b.ipvs_id%type
18: ,khr_id okl_trx_ap_invoices_b.khr_id%type
19: ,currency okl_trx_ap_invoices_b.currency_code%type
20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type
21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type
22: ,invoice_date DATE
23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type
24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type

Line 21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type

17: ipvs_id okl_trx_ap_invoices_b.ipvs_id%type
18: ,khr_id okl_trx_ap_invoices_b.khr_id%type
19: ,currency okl_trx_ap_invoices_b.currency_code%type
20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type
21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type
22: ,invoice_date DATE
23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type
24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type
25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type

Line 23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type

19: ,currency okl_trx_ap_invoices_b.currency_code%type
20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type
21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type
22: ,invoice_date DATE
23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type
24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type
25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type
26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type
27: ,amount okl_trx_ap_invoices_b.amount%type

Line 24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type

20: ,vendor_id okl_trx_ap_invoices_b.vendor_id%type
21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type
22: ,invoice_date DATE
23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type
24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type
25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type
26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type
27: ,amount okl_trx_ap_invoices_b.amount%type
28: ,sty_id okl_strm_type_b.id%type

Line 25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type

21: ,payment_method_code okl_trx_ap_invoices_b.payment_method_code%type
22: ,invoice_date DATE
23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type
24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type
25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type
26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type
27: ,amount okl_trx_ap_invoices_b.amount%type
28: ,sty_id okl_strm_type_b.id%type
29: ,Pay_Group_lookup_code okl_trx_ap_invoices_b.Pay_Group_lookup_code%type

Line 26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type

22: ,invoice_date DATE
23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type
24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type
25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type
26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type
27: ,amount okl_trx_ap_invoices_b.amount%type
28: ,sty_id okl_strm_type_b.id%type
29: ,Pay_Group_lookup_code okl_trx_ap_invoices_b.Pay_Group_lookup_code%type
30: ,Vendor_Invoice_Number okl_trx_ap_invoices_b.Vendor_Invoice_Number%type

Line 27: ,amount okl_trx_ap_invoices_b.amount%type

23: ,pay_terms okl_trx_ap_invoices_b.ippt_id%type
24: ,invoice_number okl_trx_ap_invoices_b.invoice_number%type
25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type
26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type
27: ,amount okl_trx_ap_invoices_b.amount%type
28: ,sty_id okl_strm_type_b.id%type
29: ,Pay_Group_lookup_code okl_trx_ap_invoices_b.Pay_Group_lookup_code%type
30: ,Vendor_Invoice_Number okl_trx_ap_invoices_b.Vendor_Invoice_Number%type
31: ,sel_id okl_strm_elements.id%TYPE

Line 29: ,Pay_Group_lookup_code okl_trx_ap_invoices_b.Pay_Group_lookup_code%type

25: ,invoice_category_code okl_trx_ap_invoices_b.invoice_category_code%type
26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type
27: ,amount okl_trx_ap_invoices_b.amount%type
28: ,sty_id okl_strm_type_b.id%type
29: ,Pay_Group_lookup_code okl_trx_ap_invoices_b.Pay_Group_lookup_code%type
30: ,Vendor_Invoice_Number okl_trx_ap_invoices_b.Vendor_Invoice_Number%type
31: ,sel_id okl_strm_elements.id%TYPE
32: ,legal_entity_id okl_trx_ap_invoices_b.legal_entity_id%TYPE -- for LE Uptake project 08-11-2006
33: );

Line 30: ,Vendor_Invoice_Number okl_trx_ap_invoices_b.Vendor_Invoice_Number%type

26: ,invoice_type okl_trx_ap_invoices_b.invoice_type%type
27: ,amount okl_trx_ap_invoices_b.amount%type
28: ,sty_id okl_strm_type_b.id%type
29: ,Pay_Group_lookup_code okl_trx_ap_invoices_b.Pay_Group_lookup_code%type
30: ,Vendor_Invoice_Number okl_trx_ap_invoices_b.Vendor_Invoice_Number%type
31: ,sel_id okl_strm_elements.id%TYPE
32: ,legal_entity_id okl_trx_ap_invoices_b.legal_entity_id%TYPE -- for LE Uptake project 08-11-2006
33: );
34:

Line 32: ,legal_entity_id okl_trx_ap_invoices_b.legal_entity_id%TYPE -- for LE Uptake project 08-11-2006

28: ,sty_id okl_strm_type_b.id%type
29: ,Pay_Group_lookup_code okl_trx_ap_invoices_b.Pay_Group_lookup_code%type
30: ,Vendor_Invoice_Number okl_trx_ap_invoices_b.Vendor_Invoice_Number%type
31: ,sel_id okl_strm_elements.id%TYPE
32: ,legal_entity_id okl_trx_ap_invoices_b.legal_entity_id%TYPE -- for LE Uptake project 08-11-2006
33: );
34:
35: g_miss_man_inv_rec man_inv_rec_type;
36: