DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_PRICE_DIFF_DRAFT_PKG

Line 654: PO_PRICE_DIFF_DRAFT_PKG.delete_rows

650: p_org_assignment_id => NULL
651: );
652:
653: d_position := 50;
654: PO_PRICE_DIFF_DRAFT_PKG.delete_rows
655: ( p_draft_id => p_draft_id,
656: p_price_differential_id => NULL
657: );
658:

Line 2609: PO_PRICE_DIFF_DRAFT_PKG.lock_draft_record

2605:
2606: ELSIF (p_view_name = 'PO_PRICE_DIFF_MERGE_V') THEN
2607: d_position := 60;
2608:
2609: PO_PRICE_DIFF_DRAFT_PKG.lock_draft_record
2610: ( p_price_differential_id => p_entity_id,
2611: p_draft_id => p_draft_id
2612: );
2613:

Line 2614: PO_PRICE_DIFF_DRAFT_PKG.lock_transaction_record

2610: ( p_price_differential_id => p_entity_id,
2611: p_draft_id => p_draft_id
2612: );
2613:
2614: PO_PRICE_DIFF_DRAFT_PKG.lock_transaction_record
2615: ( p_price_differential_id => p_entity_id
2616: );
2617:
2618: ELSIF (p_view_name = 'PO_NOTIFICATION_CTRL_MERGE_V') THEN