DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_LINE_LOCATIONS_DRAFT_PKG

Line 636: PO_LINE_LOCATIONS_DRAFT_PKG.delete_rows

632: p_po_line_id => NULL
633: );
634:
635: d_position := 20;
636: PO_LINE_LOCATIONS_DRAFT_PKG.delete_rows
637: ( p_draft_id => p_draft_id,
638: p_line_location_id => NULL
639: );
640:

Line 2573: PO_LINE_LOCATIONS_DRAFT_PKG.lock_draft_record

2569:
2570: ELSIF (p_view_name = 'PO_LINE_LOCATIONS_MERGE_V') THEN
2571: d_position := 30;
2572:
2573: PO_LINE_LOCATIONS_DRAFT_PKG.lock_draft_record
2574: ( p_line_location_id => p_entity_id,
2575: p_draft_id => p_draft_id
2576: );
2577:

Line 2578: PO_LINE_LOCATIONS_DRAFT_PKG.lock_transaction_record

2574: ( p_line_location_id => p_entity_id,
2575: p_draft_id => p_draft_id
2576: );
2577:
2578: PO_LINE_LOCATIONS_DRAFT_PKG.lock_transaction_record
2579: ( p_line_location_id => p_entity_id
2580: );
2581:
2582: ELSIF (p_view_name = 'PO_DISTRIBUTIONS_MERGE_V') THEN