DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_EXHIBITS_PVT

Line 687: PO_EXHIBITS_PVT.delete_rows

683: --
684:
685: --
686: d_position := 85;
687: PO_EXHIBITS_PVT.delete_rows
688: ( p_draft_id => p_draft_id,
689: p_po_exhibit_details_id => NULL
690: );
691: --

Line 903: PO_EXHIBITS_PVT.draft_changes_exist

899: --
900: d_position := 140;
901:
902: x_draft_info.exhibits_changed :=
903: PO_EXHIBITS_PVT.draft_changes_exist
904: ( p_draft_id => p_draft_id,
905: p_po_exhibit_details_id => NULL
906: );
907: --

Line 2672: PO_EXHIBITS_PVT.lock_draft_record

2668: --
2669: ELSIF (p_view_name = 'PO_EXHIBIT_DETAILS_MERGE_V') THEN
2670: d_position := 100;
2671:
2672: PO_EXHIBITS_PVT.lock_draft_record
2673: ( p_po_exhibit_details_id => p_entity_id,
2674: p_draft_id => p_draft_id
2675: );
2676:

Line 2677: PO_EXHIBITS_PVT.lock_transaction_record

2673: ( p_po_exhibit_details_id => p_entity_id,
2674: p_draft_id => p_draft_id
2675: );
2676:
2677: PO_EXHIBITS_PVT.lock_transaction_record
2678: ( p_po_exhibit_details_id => p_entity_id
2679: );
2680: --
2681:

Line 3432: PO_EXHIBITS_PVT.apply_changes

3428: --
3429:
3430: --CLM Phase 4 - Elins project Start
3431: d_position := 90;
3432: PO_EXHIBITS_PVT.apply_changes
3433: (p_draft_info => p_draft_info
3434: );
3435: --Elins End
3436: