DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_PRICE_DIFF_DRAFT_PVT

Line 860: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist

856:
857: d_position := 90;
858: -- check if price differentials gets changed
859: x_draft_info.price_diff_changed :=
860: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist
861: ( p_draft_id => p_draft_id,
862: p_price_differential_id => NULL
863: );
864:

Line 2371: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist

2367:
2368: d_position := 60;
2369: -- check if price differentials gets changed
2370: l_chg_exist_tbl :=
2371: PO_PRICE_DIFF_DRAFT_PVT.draft_changes_exist
2372: ( p_draft_id_tbl => p_draft_id_tbl,
2373: p_price_differential_id_tbl => l_null_id_tbl
2374: );
2375:

Line 3404: PO_PRICE_DIFF_DRAFT_PVT.apply_changes

3400: (p_draft_info => p_draft_info
3401: );
3402:
3403: d_position := 50;
3404: PO_PRICE_DIFF_DRAFT_PVT.apply_changes
3405: (p_draft_info => p_draft_info
3406: );
3407:
3408: d_position := 60;