DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS2 dependencies on RA_CUST_TRX_TYPES_ALL

Line 163: allocate_tax_freight ra_cust_trx_types_all.allocate_tax_freight%type,

159: acctd_amt_due_rem NUMBER,
160: line_remaining NUMBER,
161: amount_adjusted NUMBER,
162: percent NUMBER,
163: allocate_tax_freight ra_cust_trx_types_all.allocate_tax_freight%type,
164: adjustment_type ar_adjustments_all.type%type,
165: tax_remaining NUMBER,
166: freight_remaining NUMBER,
167: total_tax_amount NUMBER,

Line 204: allocate_tax_freight ra_cust_trx_types.allocate_tax_freight%type,

200: ps_tax_remaining NUMBER,
201: ps_freight_original NUMBER,
202: ps_freight_remaining NUMBER,
203: ps_amount_adjusted NUMBER,
204: allocate_tax_freight ra_cust_trx_types.allocate_tax_freight%type,
205: adjustment_type ar_adjustments.type%type,
206: total_cm_tax_amount NUMBER,
207: total_cm_frt_amount NUMBER,
208: -- total_inv_line_adj NUMBER,

Line 5777: b. IF ra_cust_trx_types.allocate_tax_freight = 'Y'

5773: a. LINE
5774: i. CALCULATE adj total for lines
5775: ii. IF it >= current amount adjusted, REVERSE existing adj
5776: iii.ELSE DISTRIBUTE amount across terms
5777: b. IF ra_cust_trx_types.allocate_tax_freight = 'Y'
5778: i. TAX
5779: A. CALCULATE adj total for tax
5780: B. If adj >= current amount adjusted, REVERSE existing adj
5781: C. ELSE DISTRIBUTE amount across terms