DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on JL_CO_GL_TRX

Line 5: code_combination_id jl_co_gl_trx.code_combination_id%type,

1: PACKAGE jl_co_gl_nit_management AUTHID CURRENT_USER AS
2: /* $Header: jlcoglbs.pls 120.5.12020000.1 2012/06/27 09:55:12 appldev ship $ */
3:
4: TYPE reverse_rec_type IS RECORD (
5: code_combination_id jl_co_gl_trx.code_combination_id%type,
6: account_code jl_co_gl_trx.account_code%type,
7: period_name jl_co_gl_trx.period_name%type,
8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,

Line 6: account_code jl_co_gl_trx.account_code%type,

2: /* $Header: jlcoglbs.pls 120.5.12020000.1 2012/06/27 09:55:12 appldev ship $ */
3:
4: TYPE reverse_rec_type IS RECORD (
5: code_combination_id jl_co_gl_trx.code_combination_id%type,
6: account_code jl_co_gl_trx.account_code%type,
7: period_name jl_co_gl_trx.period_name%type,
8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,

Line 7: period_name jl_co_gl_trx.period_name%type,

3:
4: TYPE reverse_rec_type IS RECORD (
5: code_combination_id jl_co_gl_trx.code_combination_id%type,
6: account_code jl_co_gl_trx.account_code%type,
7: period_name jl_co_gl_trx.period_name%type,
8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,

Line 8: je_batch_id jl_co_gl_trx.je_batch_id%type,

4: TYPE reverse_rec_type IS RECORD (
5: code_combination_id jl_co_gl_trx.code_combination_id%type,
6: account_code jl_co_gl_trx.account_code%type,
7: period_name jl_co_gl_trx.period_name%type,
8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,

Line 9: je_header_id jl_co_gl_trx.je_header_id%type,

5: code_combination_id jl_co_gl_trx.code_combination_id%type,
6: account_code jl_co_gl_trx.account_code%type,
7: period_name jl_co_gl_trx.period_name%type,
8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,
13: accounting_date jl_co_gl_trx.accounting_date%type,

Line 10: category jl_co_gl_trx.category%type,

6: account_code jl_co_gl_trx.account_code%type,
7: period_name jl_co_gl_trx.period_name%type,
8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,
13: accounting_date jl_co_gl_trx.accounting_date%type,
14: currency jl_co_gl_trx.currency_code%type,

Line 11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,

7: period_name jl_co_gl_trx.period_name%type,
8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,
13: accounting_date jl_co_gl_trx.accounting_date%type,
14: currency jl_co_gl_trx.currency_code%type,
15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,

Line 12: je_line_num jl_co_gl_trx.je_line_num%type,

8: je_batch_id jl_co_gl_trx.je_batch_id%type,
9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,
13: accounting_date jl_co_gl_trx.accounting_date%type,
14: currency jl_co_gl_trx.currency_code%type,
15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,
16: -- Bug 9441034 Start

Line 13: accounting_date jl_co_gl_trx.accounting_date%type,

9: je_header_id jl_co_gl_trx.je_header_id%type,
10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,
13: accounting_date jl_co_gl_trx.accounting_date%type,
14: currency jl_co_gl_trx.currency_code%type,
15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,
16: -- Bug 9441034 Start
17: entered_dr jl_co_gl_trx.entered_dr%type,

Line 14: currency jl_co_gl_trx.currency_code%type,

10: category jl_co_gl_trx.category%type,
11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,
13: accounting_date jl_co_gl_trx.accounting_date%type,
14: currency jl_co_gl_trx.currency_code%type,
15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,
16: -- Bug 9441034 Start
17: entered_dr jl_co_gl_trx.entered_dr%type,
18: entered_cr jl_co_gl_trx.entered_cr%type,

Line 15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,

11: subl_doc_num jl_co_gl_trx.subledger_doc_number%type,
12: je_line_num jl_co_gl_trx.je_line_num%type,
13: accounting_date jl_co_gl_trx.accounting_date%type,
14: currency jl_co_gl_trx.currency_code%type,
15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,
16: -- Bug 9441034 Start
17: entered_dr jl_co_gl_trx.entered_dr%type,
18: entered_cr jl_co_gl_trx.entered_cr%type,
19: accounted_dr jl_co_gl_trx.accounted_dr%type,

Line 17: entered_dr jl_co_gl_trx.entered_dr%type,

13: accounting_date jl_co_gl_trx.accounting_date%type,
14: currency jl_co_gl_trx.currency_code%type,
15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,
16: -- Bug 9441034 Start
17: entered_dr jl_co_gl_trx.entered_dr%type,
18: entered_cr jl_co_gl_trx.entered_cr%type,
19: accounted_dr jl_co_gl_trx.accounted_dr%type,
20: accounted_cr jl_co_gl_trx.accounted_cr%type);
21: -- Bug 9441034 End

Line 18: entered_cr jl_co_gl_trx.entered_cr%type,

14: currency jl_co_gl_trx.currency_code%type,
15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,
16: -- Bug 9441034 Start
17: entered_dr jl_co_gl_trx.entered_dr%type,
18: entered_cr jl_co_gl_trx.entered_cr%type,
19: accounted_dr jl_co_gl_trx.accounted_dr%type,
20: accounted_cr jl_co_gl_trx.accounted_cr%type);
21: -- Bug 9441034 End
22:

Line 19: accounted_dr jl_co_gl_trx.accounted_dr%type,

15: reversed_je_header_id jl_co_gl_trx.je_header_id%type,
16: -- Bug 9441034 Start
17: entered_dr jl_co_gl_trx.entered_dr%type,
18: entered_cr jl_co_gl_trx.entered_cr%type,
19: accounted_dr jl_co_gl_trx.accounted_dr%type,
20: accounted_cr jl_co_gl_trx.accounted_cr%type);
21: -- Bug 9441034 End
22:
23: TYPE reverse_rec_tbl_type IS TABLE of reverse_rec_type

Line 20: accounted_cr jl_co_gl_trx.accounted_cr%type);

16: -- Bug 9441034 Start
17: entered_dr jl_co_gl_trx.entered_dr%type,
18: entered_cr jl_co_gl_trx.entered_cr%type,
19: accounted_dr jl_co_gl_trx.accounted_dr%type,
20: accounted_cr jl_co_gl_trx.accounted_cr%type);
21: -- Bug 9441034 End
22:
23: TYPE reverse_rec_tbl_type IS TABLE of reverse_rec_type
24: index by binary_integer;