DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER dependencies on RA_CUST_TRX_TYPES

Line 8: p_trx_class IN ra_cust_trx_types.type%type,

4: PROCEDURE insert_header(
5: p_form_name IN varchar2,
6: p_form_version IN number,
7: p_trx_rec IN ra_customer_trx%rowtype,
8: p_trx_class IN ra_cust_trx_types.type%type,
9: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
10: p_term_in_use_flag IN varchar2,
11: p_commitment_rec IN arp_process_commitment.commitment_rec_type,
12: p_trx_number OUT NOCOPY ra_customer_trx.trx_number%type,

Line 28: p_trx_class IN ra_cust_trx_types.type%type,

24: p_form_version IN number,
25: p_trx_rec IN OUT NOCOPY ra_customer_trx%rowtype,
26: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
27: p_trx_amount IN number,
28: p_trx_class IN ra_cust_trx_types.type%type,
29: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
30: p_initial_customer_trx_line_id IN
31: ra_customer_trx_lines.initial_customer_trx_line_id%type
32: default null,

Line 34: p_open_rec_flag IN ra_cust_trx_types.accounting_affect_flag%type,

30: p_initial_customer_trx_line_id IN
31: ra_customer_trx_lines.initial_customer_trx_line_id%type
32: default null,
33: p_commitment_rec IN arp_process_commitment.commitment_rec_type,
34: p_open_rec_flag IN ra_cust_trx_types.accounting_affect_flag%type,
35: p_term_in_use_flag IN varchar2,
36: p_recalc_tax_flag IN boolean,
37: p_rerun_autoacc_flag IN boolean,
38: p_ps_dispute_amount IN NUMBER DEFAULT NULL,

Line 59: ra_cust_trx_types.accounting_affect_flag%type,

55: ra_customer_trx.previous_customer_trx_id%type,
56: p_complete_flag IN
57: ra_customer_trx.complete_flag%type,
58: p_trx_open_receivables_flag IN
59: ra_cust_trx_types.accounting_affect_flag%type,
60: p_prev_open_receivables_flag IN
61: ra_cust_trx_types.accounting_affect_flag%type,
62: p_creation_sign IN
63: ra_cust_trx_types.creation_sign%type,

Line 61: ra_cust_trx_types.accounting_affect_flag%type,

57: ra_customer_trx.complete_flag%type,
58: p_trx_open_receivables_flag IN
59: ra_cust_trx_types.accounting_affect_flag%type,
60: p_prev_open_receivables_flag IN
61: ra_cust_trx_types.accounting_affect_flag%type,
62: p_creation_sign IN
63: ra_cust_trx_types.creation_sign%type,
64: p_allow_overapplication_flag IN
65: ra_cust_trx_types.allow_overapplication_flag%type,

Line 63: ra_cust_trx_types.creation_sign%type,

59: ra_cust_trx_types.accounting_affect_flag%type,
60: p_prev_open_receivables_flag IN
61: ra_cust_trx_types.accounting_affect_flag%type,
62: p_creation_sign IN
63: ra_cust_trx_types.creation_sign%type,
64: p_allow_overapplication_flag IN
65: ra_cust_trx_types.allow_overapplication_flag%type,
66: p_natural_application_flag IN
67: ra_cust_trx_types.natural_application_only_flag%type,

Line 65: ra_cust_trx_types.allow_overapplication_flag%type,

61: ra_cust_trx_types.accounting_affect_flag%type,
62: p_creation_sign IN
63: ra_cust_trx_types.creation_sign%type,
64: p_allow_overapplication_flag IN
65: ra_cust_trx_types.allow_overapplication_flag%type,
66: p_natural_application_flag IN
67: ra_cust_trx_types.natural_application_only_flag%type,
68: p_cash_receipt_id IN
69: ar_cash_receipts.cash_receipt_id%type DEFAULT NULL

Line 67: ra_cust_trx_types.natural_application_only_flag%type,

63: ra_cust_trx_types.creation_sign%type,
64: p_allow_overapplication_flag IN
65: ra_cust_trx_types.allow_overapplication_flag%type,
66: p_natural_application_flag IN
67: ra_cust_trx_types.natural_application_only_flag%type,
68: p_cash_receipt_id IN
69: ar_cash_receipts.cash_receipt_id%type DEFAULT NULL
70: );
71:

Line 76: p_trx_class IN ra_cust_trx_types.type%type,

72: PROCEDURE update_header_freight_cover(
73: p_form_name IN varchar2,
74: p_form_version IN number,
75: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
76: p_trx_class IN ra_cust_trx_types.type%type,
77: p_open_rec_flag IN ra_cust_trx_types.accounting_affect_flag%type,
78: p_ship_via IN ra_customer_trx.ship_via%type,
79: p_ship_date_actual IN ra_customer_trx.ship_date_actual%type,
80: p_waybill_number IN ra_customer_trx.waybill_number%type,

Line 77: p_open_rec_flag IN ra_cust_trx_types.accounting_affect_flag%type,

73: p_form_name IN varchar2,
74: p_form_version IN number,
75: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
76: p_trx_class IN ra_cust_trx_types.type%type,
77: p_open_rec_flag IN ra_cust_trx_types.accounting_affect_flag%type,
78: p_ship_via IN ra_customer_trx.ship_via%type,
79: p_ship_date_actual IN ra_customer_trx.ship_date_actual%type,
80: p_waybill_number IN ra_customer_trx.waybill_number%type,
81: p_fob_point IN ra_customer_trx.fob_point%type,