DBA Data[Home] [Help]

APPS.ARP_PROCESS_FREIGHT dependencies on RA_CUST_TRX_TYPES

Line 32: p_trx_class IN ra_cust_trx_types.type%type,

28: PROCEDURE insert_freight(
29: p_form_name IN varchar2,
30: p_form_version IN number,
31: p_frt_rec IN OUT NOCOPY ra_customer_trx_lines%rowtype,
32: p_trx_class IN ra_cust_trx_types.type%type,
33: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
34: p_frt_ccid IN ra_cust_trx_line_gl_dist.code_combination_id%type,
35: p_customer_trx_line_id OUT NOCOPY ra_customer_trx_lines.customer_trx_line_id%type,
36: p_status OUT NOCOPY varchar2,

Line 45: p_trx_class IN ra_cust_trx_types.type%type,

41: p_form_version IN number,
42: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
43: p_customer_trx_line_id IN ra_customer_trx_lines.customer_trx_line_id%type,
44: p_frt_rec IN OUT NOCOPY ra_customer_trx_lines%rowtype,
45: p_trx_class IN ra_cust_trx_types.type%type,
46: p_gl_date IN
47: ra_cust_trx_line_gl_dist.gl_date%type,
48: p_frt_ccid IN
49: ra_cust_trx_line_gl_dist.code_combination_id%type,

Line 58: p_trx_class IN ra_cust_trx_types.type%type,

54:
55: PROCEDURE delete_freight(
56: p_form_name IN varchar2,
57: p_form_version IN number,
58: p_trx_class IN ra_cust_trx_types.type%type,
59: p_complete_flag IN varchar2,
60: p_open_rec_flag IN varchar2,
61: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
62: p_customer_trx_line_id IN ra_customer_trx_lines.customer_trx_line_id%type);