DBA Data[Home] [Help]

APPS.ARP_DELETE_LINE_COVER dependencies on STANDARD

Line 32: | p_unit_standard_price |

28: | p_quantity_credited |
29: | p_quantity_invoiced |
30: | p_quantity_ordered |
31: | p_unit_selling_price |
32: | p_unit_standard_price |
33: | p_revenue_amount |
34: | p_extended_amount |
35: | p_memo_line_id |
36: | p_inventory_item_id |

Line 196: p_unit_standard_price IN

192: p_quantity_ordered IN
193: ra_customer_trx_lines.quantity_ordered%type,
194: p_unit_selling_price IN
195: ra_customer_trx_lines.unit_selling_price%type,
196: p_unit_standard_price IN
197: ra_customer_trx_lines.unit_standard_price%type,
198: p_revenue_amount IN
199: ra_customer_trx_lines.revenue_amount%type,
200: p_extended_amount IN

Line 197: ra_customer_trx_lines.unit_standard_price%type,

193: ra_customer_trx_lines.quantity_ordered%type,
194: p_unit_selling_price IN
195: ra_customer_trx_lines.unit_selling_price%type,
196: p_unit_standard_price IN
197: ra_customer_trx_lines.unit_standard_price%type,
198: p_revenue_amount IN
199: ra_customer_trx_lines.revenue_amount%type,
200: p_extended_amount IN
201: ra_customer_trx_lines.extended_amount%type,

Line 422: l_line_rec.unit_standard_price := p_unit_standard_price;

418: l_line_rec.quantity_credited := p_quantity_credited;
419: l_line_rec.quantity_invoiced := p_quantity_invoiced;
420: l_line_rec.quantity_ordered := p_quantity_ordered;
421: l_line_rec.unit_selling_price := p_unit_selling_price;
422: l_line_rec.unit_standard_price := p_unit_standard_price;
423: l_line_rec.revenue_amount := p_revenue_amount;
424: l_line_rec.extended_amount := p_extended_amount;
425: l_line_rec.memo_line_id := p_memo_line_id;
426: l_line_rec.inventory_item_id := p_inventory_item_id;

Line 529: | Call the standard dist entity handler |

525: l_line_rec.global_attribute20 := p_global_attribute20;
526:
527:
528: /*----------------------------------------+
529: | Call the standard dist entity handler |
530: +----------------------------------------*/
531:
532: arp_process_line.delete_line(
533: p_form_name,

Line 600: arp_util.debug('delete_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);

596: arp_util.debug('delete_line_cover: ' || 'p_line_type = ' || p_line_type);
597: arp_util.debug('delete_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
598: arp_util.debug('delete_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
599: arp_util.debug('delete_line_cover: ' || 'p_unit_selling_price = ' || p_unit_selling_price);
600: arp_util.debug('delete_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);
601: arp_util.debug('delete_line_cover: ' || 'p_revenue_amount = ' || p_revenue_amount);
602: arp_util.debug('delete_line_cover: ' || 'p_extended_amount = ' || p_extended_amount);
603: arp_util.debug('delete_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
604: arp_util.debug('delete_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);