DBA Data[Home] [Help]

APPS.AR_BLK_INSRT_TRX_LINE dependencies on STANDARD

Line 12: TYPE t_unit_standard_price is TABLE of ra_customer_trx_lines.unit_standard_price%TYPE index by binary_integer;

8: TYPE t_quantity_credited is TABLE of ra_customer_trx_lines.quantity_credited%TYPE index by binary_integer;
9: TYPE t_quantity_invoiced is TABLE of ra_customer_trx_lines.quantity_invoiced%TYPE index by binary_integer ;
10: TYPE t_quantity_ordered is TABLE of ra_customer_trx_lines.quantity_ordered%TYPE index by binary_integer;
11: TYPE t_unit_selling_price is TABLE of ra_customer_trx_lines.unit_selling_price%TYPE index by binary_integer;
12: TYPE t_unit_standard_price is TABLE of ra_customer_trx_lines.unit_standard_price%TYPE index by binary_integer;
13: TYPE t_revenue_amount is TABLE of ra_customer_trx_lines.revenue_amount%TYPE index by binary_integer;
14: TYPE t_extended_amount is TABLE of ra_customer_trx_lines.extended_amount%TYPE index by binary_integer;
15: TYPE t_memo_line_id is TABLE of ra_customer_trx_lines.memo_line_id%TYPE index by binary_integer;
16: TYPE t_inventory_item_id is TABLE of ra_customer_trx_lines.inventory_item_id%TYPE index by binary_integer;

Line 137: p_unit_standard_price IN OUT NOCOPY t_unit_standard_price,

133: p_quantity_credited IN OUT NOCOPY t_quantity_credited,
134: p_quantity_invoiced IN OUT NOCOPY t_quantity_invoiced,
135: p_quantity_ordered IN OUT NOCOPY t_quantity_ordered,
136: p_unit_selling_price IN OUT NOCOPY t_unit_selling_price,
137: p_unit_standard_price IN OUT NOCOPY t_unit_standard_price,
138: p_revenue_amount IN OUT NOCOPY t_revenue_amount,
139: p_extended_amount IN OUT NOCOPY t_extended_amount,
140: p_memo_line_id IN OUT NOCOPY t_memo_line_id,
141: p_inventory_item_id IN OUT NOCOPY t_inventory_item_id,