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 AS
2: /* $Header: jlcoglbs.pls 120.4.12010000.1 2008/07/31 04:23:54 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.4.12010000.1 2008/07/31 04:23:54 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:

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:
17: TYPE reverse_rec_tbl_type IS TABLE of reverse_rec_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:
17: TYPE reverse_rec_tbl_type IS TABLE of reverse_rec_type
18: index by binary_integer;

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:
17: TYPE reverse_rec_tbl_type IS TABLE of reverse_rec_type
18: index by binary_integer;
19: