DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_PRICE_DIFF_DRAFT_PVT

Line 525: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist

521:
522: d_position := 90;
523: -- check if price differentials gets changed
524: x_draft_info.price_diff_changed :=
525: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist
526: ( p_draft_id => p_draft_id,
527: p_price_differential_id => NULL
528: );
529:

Line 1948: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist

1944:
1945: d_position := 60;
1946: -- check if price differentials gets changed
1947: l_chg_exist_tbl :=
1948: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist
1949: ( p_draft_id_tbl => p_draft_id_tbl,
1950: p_price_differential_id_tbl => l_null_id_tbl
1951: );
1952:

Line 2908: PO_PRICE_DIFF_DRAFT_PVT.apply_changes

2904: (p_draft_info => p_draft_info
2905: );
2906:
2907: d_position := 50;
2908: PO_PRICE_DIFF_DRAFT_PVT.apply_changes
2909: (p_draft_info => p_draft_info
2910: );
2911:
2912: d_position := 60;