DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_DISTRIBUTIONS_DRAFT_PVT

Line 509: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist

505:
506: d_position := 70;
507: -- check if any distribution gets changed
508: x_draft_info.distributions_changed :=
509: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist
510: ( p_draft_id => p_draft_id,
511: p_po_distribution_id => NULL
512: );
513:

Line 1920: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist

1916:
1917: d_position := 40;
1918: -- check if any distribution gets changed
1919: l_chg_exist_tbl :=
1920: PO_DISTRIBUTIONS_DRAFT_PVT.draft_changes_exist
1921: ( p_draft_id_tbl => p_draft_id_tbl,
1922: p_po_distribution_id_tbl => l_null_id_tbl
1923: );
1924:

Line 2898: PO_DISTRIBUTIONS_DRAFT_PVT.apply_changes

2894: (p_draft_info => p_draft_info
2895: );
2896:
2897: d_position := 30;
2898: PO_DISTRIBUTIONS_DRAFT_PVT.apply_changes
2899: (p_draft_info => p_draft_info
2900: );
2901:
2902: d_position := 40;