DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS dependencies on RA_BATCH_SOURCES

Line 7: ra_batch_sources.batch_source_id%type,

3:
4:
5: PROCEDURE get_header_defaults(
6: p_batch_source_id IN
7: ra_batch_sources.batch_source_id%type,
8: p_batch_batch_source_id IN
9: ra_batch_sources.batch_source_id%type,
10: p_profile_batch_source_id IN
11: ra_batch_sources.batch_source_id%type,

Line 9: ra_batch_sources.batch_source_id%type,

5: PROCEDURE get_header_defaults(
6: p_batch_source_id IN
7: ra_batch_sources.batch_source_id%type,
8: p_batch_batch_source_id IN
9: ra_batch_sources.batch_source_id%type,
10: p_profile_batch_source_id IN
11: ra_batch_sources.batch_source_id%type,
12: p_customer_trx_id IN
13: ra_customer_trx.customer_trx_id%type,

Line 11: ra_batch_sources.batch_source_id%type,

7: ra_batch_sources.batch_source_id%type,
8: p_batch_batch_source_id IN
9: ra_batch_sources.batch_source_id%type,
10: p_profile_batch_source_id IN
11: ra_batch_sources.batch_source_id%type,
12: p_customer_trx_id IN
13: ra_customer_trx.customer_trx_id%type,
14: p_cust_trx_type_id IN
15: ra_cust_trx_types.cust_trx_type_id%type,

Line 47: ra_batch_sources.batch_source_id%type,

43: ra_cust_trx_line_gl_dist.gl_date%type,
44: p_batch_gl_date IN
45: ra_cust_trx_line_gl_dist.gl_date%type,
46: p_default_batch_source_id OUT NOCOPY
47: ra_batch_sources.batch_source_id%type,
48: p_default_batch_source_name OUT NOCOPY
49: ra_batch_sources.name%type,
50: p_auto_trx_numbering_flag OUT NOCOPY
51: ra_batch_sources.auto_trx_numbering_flag%type,

Line 49: ra_batch_sources.name%type,

45: ra_cust_trx_line_gl_dist.gl_date%type,
46: p_default_batch_source_id OUT NOCOPY
47: ra_batch_sources.batch_source_id%type,
48: p_default_batch_source_name OUT NOCOPY
49: ra_batch_sources.name%type,
50: p_auto_trx_numbering_flag OUT NOCOPY
51: ra_batch_sources.auto_trx_numbering_flag%type,
52: p_batch_source_type OUT NOCOPY
53: ra_batch_sources.batch_source_type%type,

Line 51: ra_batch_sources.auto_trx_numbering_flag%type,

47: ra_batch_sources.batch_source_id%type,
48: p_default_batch_source_name OUT NOCOPY
49: ra_batch_sources.name%type,
50: p_auto_trx_numbering_flag OUT NOCOPY
51: ra_batch_sources.auto_trx_numbering_flag%type,
52: p_batch_source_type OUT NOCOPY
53: ra_batch_sources.batch_source_type%type,
54: p_copy_doc_number_flag OUT NOCOPY
55: ra_batch_sources.copy_doc_number_flag%type,

Line 53: ra_batch_sources.batch_source_type%type,

49: ra_batch_sources.name%type,
50: p_auto_trx_numbering_flag OUT NOCOPY
51: ra_batch_sources.auto_trx_numbering_flag%type,
52: p_batch_source_type OUT NOCOPY
53: ra_batch_sources.batch_source_type%type,
54: p_copy_doc_number_flag OUT NOCOPY
55: ra_batch_sources.copy_doc_number_flag%type,
56: p_bs_default_cust_trx_type_id OUT NOCOPY
57: ra_cust_trx_types.cust_trx_type_id%type,

Line 55: ra_batch_sources.copy_doc_number_flag%type,

51: ra_batch_sources.auto_trx_numbering_flag%type,
52: p_batch_source_type OUT NOCOPY
53: ra_batch_sources.batch_source_type%type,
54: p_copy_doc_number_flag OUT NOCOPY
55: ra_batch_sources.copy_doc_number_flag%type,
56: p_bs_default_cust_trx_type_id OUT NOCOPY
57: ra_cust_trx_types.cust_trx_type_id%type,
58: p_default_cust_trx_type_id OUT NOCOPY
59: ra_cust_trx_types.cust_trx_type_id%type,