DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_PRICE_DIFF_DRAFT_PKG

Line 340: PO_PRICE_DIFF_DRAFT_PKG.delete_rows

336: p_org_assignment_id => NULL
337: );
338:
339: d_position := 50;
340: PO_PRICE_DIFF_DRAFT_PKG.delete_rows
341: ( p_draft_id => p_draft_id,
342: p_price_differential_id => NULL
343: );
344:

Line 2170: PO_PRICE_DIFF_DRAFT_PKG.lock_draft_record

2166:
2167: ELSIF (p_view_name = 'PO_PRICE_DIFF_MERGE_V') THEN
2168: d_position := 60;
2169:
2170: PO_PRICE_DIFF_DRAFT_PKG.lock_draft_record
2171: ( p_price_differential_id => p_entity_id,
2172: p_draft_id => p_draft_id
2173: );
2174:

Line 2175: PO_PRICE_DIFF_DRAFT_PKG.lock_transaction_record

2171: ( p_price_differential_id => p_entity_id,
2172: p_draft_id => p_draft_id
2173: );
2174:
2175: PO_PRICE_DIFF_DRAFT_PKG.lock_transaction_record
2176: ( p_price_differential_id => p_entity_id
2177: );
2178:
2179: ELSIF (p_view_name = 'PO_NOTIFICATION_CTRL_MERGE_V') THEN