DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_DISTRIBUTIONS_DRAFT_PVT

Line 844: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist

840:
841: d_position := 70;
842: -- check if any distribution gets changed
843: x_draft_info.distributions_changed :=
844: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist
845: ( p_draft_id => p_draft_id,
846: p_po_distribution_id => NULL
847: );
848:

Line 2343: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist

2339:
2340: d_position := 40;
2341: -- check if any distribution gets changed
2342: l_chg_exist_tbl :=
2343: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist
2344: ( p_draft_id_tbl => p_draft_id_tbl,
2345: p_po_distribution_id_tbl => l_null_id_tbl
2346: );
2347:

Line 3394: PO_DISTRIBUTIONS_DRAFT_PVT.apply_changes

3390: (p_draft_info => p_draft_info
3391: );
3392:
3393: d_position := 30;
3394: PO_DISTRIBUTIONS_DRAFT_PVT.apply_changes
3395: (p_draft_info => p_draft_info
3396: );
3397:
3398: d_position := 40;