DBA Data[Home] [Help]

APPS.ARP_LOCK_LINE_COVER dependencies on STANDARD

Line 26: | p_unit_standard_price |

22: | p_quantity_credited |
23: | p_quantity_invoiced |
24: | p_quantity_ordered |
25: | p_unit_selling_price |
26: | p_unit_standard_price |
27: | p_extended_amount |
28: | p_memo_line_id |
29: | p_inventory_item_id |
30: | p_item_exception_rate_id |

Line 134: p_unit_standard_price IN

130: p_quantity_ordered IN
131: ra_customer_trx_lines.quantity_ordered%type,
132: p_gross_unit_selling_price IN
133: ra_customer_trx_lines.unit_selling_price%type,
134: p_unit_standard_price IN
135: ra_customer_trx_lines.unit_standard_price%type,
136: p_gross_extended_amount IN
137: ra_customer_trx_lines.extended_amount%type,
138: p_memo_line_id IN

Line 135: ra_customer_trx_lines.unit_standard_price%type,

131: ra_customer_trx_lines.quantity_ordered%type,
132: p_gross_unit_selling_price IN
133: ra_customer_trx_lines.unit_selling_price%type,
134: p_unit_standard_price IN
135: ra_customer_trx_lines.unit_standard_price%type,
136: p_gross_extended_amount IN
137: ra_customer_trx_lines.extended_amount%type,
138: p_memo_line_id IN
139: ra_customer_trx_lines.memo_line_id%type,

Line 354: l_line_rec.unit_standard_price := p_unit_standard_price;

350: l_line_rec.quantity_credited := p_quantity_credited;
351: l_line_rec.quantity_invoiced := p_quantity_invoiced;
352: l_line_rec.quantity_ordered := p_quantity_ordered;
353: -- l_line_rec.unit_selling_price := p_unit_selling_price;
354: l_line_rec.unit_standard_price := p_unit_standard_price;
355: -- l_line_rec.extended_amount := p_extended_amount;
356: l_line_rec.memo_line_id := p_memo_line_id;
357: l_line_rec.inventory_item_id := p_inventory_item_id;
358: l_line_rec.item_exception_rate_id := p_item_exception_rate_id;

Line 472: | Call the standard line table handler |

468:
469:
470:
471: /*----------------------------------------------+
472: | Call the standard line table handler |
473: +----------------------------------------------*/
474:
475: arp_ctl_pkg.lock_compare_p(
476: l_line_rec,

Line 500: arp_util.debug('lock_compare_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);

496: arp_util.debug('lock_compare_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
497: arp_util.debug('lock_compare_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
498: arp_util.debug('lock_compare_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
499: arp_util.debug('lock_compare_cover: ' || 'p_unit_selling_price = ' || p_unit_selling_price);
500: arp_util.debug('lock_compare_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);
501: arp_util.debug('lock_compare_cover: ' || 'p_extended_amount = ' || p_extended_amount);
502: arp_util.debug('lock_compare_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
503: arp_util.debug('lock_compare_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
504: arp_util.debug('lock_compare_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);