DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_2 dependencies on RA_BATCH_SOURCES

Line 6: ra_batch_sources.batch_source_id%type,

2: /* $Header: ARTUDF2S.pls 120.3.12010000.1 2008/07/24 16:57:51 appldev ship $ */
3:
4: PROCEDURE get_source_default(
5: p_batch_source_id IN
6: ra_batch_sources.batch_source_id%type,
7: p_ctt_class IN
8: ra_cust_trx_types.type%type,
9: p_trx_date IN
10: ra_customer_trx.trx_date%type,

Line 14: ra_batch_sources.batch_source_id%type,

10: ra_customer_trx.trx_date%type,
11: p_trx_number IN
12: ra_customer_trx.trx_number%type,
13: p_default_batch_source_id OUT NOCOPY
14: ra_batch_sources.batch_source_id%type,
15: p_default_batch_source_name OUT NOCOPY
16: ra_batch_sources.name%type,
17: p_auto_trx_numbering_flag OUT NOCOPY
18: ra_batch_sources.auto_trx_numbering_flag%type,

Line 16: ra_batch_sources.name%type,

12: ra_customer_trx.trx_number%type,
13: p_default_batch_source_id OUT NOCOPY
14: ra_batch_sources.batch_source_id%type,
15: p_default_batch_source_name OUT NOCOPY
16: ra_batch_sources.name%type,
17: p_auto_trx_numbering_flag OUT NOCOPY
18: ra_batch_sources.auto_trx_numbering_flag%type,
19: p_batch_source_type OUT NOCOPY
20: ra_batch_sources.batch_source_type%type,

Line 18: ra_batch_sources.auto_trx_numbering_flag%type,

14: ra_batch_sources.batch_source_id%type,
15: p_default_batch_source_name OUT NOCOPY
16: ra_batch_sources.name%type,
17: p_auto_trx_numbering_flag OUT NOCOPY
18: ra_batch_sources.auto_trx_numbering_flag%type,
19: p_batch_source_type OUT NOCOPY
20: ra_batch_sources.batch_source_type%type,
21: p_copy_doc_number_flag OUT NOCOPY
22: ra_batch_sources.copy_doc_number_flag%type,

Line 20: ra_batch_sources.batch_source_type%type,

16: ra_batch_sources.name%type,
17: p_auto_trx_numbering_flag OUT NOCOPY
18: ra_batch_sources.auto_trx_numbering_flag%type,
19: p_batch_source_type OUT NOCOPY
20: ra_batch_sources.batch_source_type%type,
21: p_copy_doc_number_flag OUT NOCOPY
22: ra_batch_sources.copy_doc_number_flag%type,
23: p_default_cust_trx_type_id OUT NOCOPY
24: ra_cust_trx_types.cust_trx_type_id%type

Line 22: ra_batch_sources.copy_doc_number_flag%type,

18: ra_batch_sources.auto_trx_numbering_flag%type,
19: p_batch_source_type OUT NOCOPY
20: ra_batch_sources.batch_source_type%type,
21: p_copy_doc_number_flag OUT NOCOPY
22: ra_batch_sources.copy_doc_number_flag%type,
23: p_default_cust_trx_type_id OUT NOCOPY
24: ra_cust_trx_types.cust_trx_type_id%type
25: );
26: