DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_LINES_DRAFT_PVT

Line 828: PO_LINES_DRAFT_PVT.draft_changes_exist

824:
825: d_position := 50;
826: -- check if any line gets changed
827: x_draft_info.lines_changed :=
828: PO_LINES_DRAFT_PVT.draft_changes_exist
829: ( p_draft_id => p_draft_id,
830: p_po_line_id => NULL
831: );
832:

Line 988: PO_LINES_DRAFT_PVT.maintain_retroactive_change

984: END IF;
985:
986: d_position := 0;
987:
988: PO_LINES_DRAFT_PVT.maintain_retroactive_change
989: ( p_draft_info => p_draft_info
990: );
991:
992: d_position := 10;

Line 2315: PO_LINES_DRAFT_PVT.draft_changes_exist

2311:
2312: d_position := 20;
2313: -- check if any line gets changed
2314: l_chg_exist_tbl :=
2315: PO_LINES_DRAFT_PVT.draft_changes_exist
2316: ( p_draft_id_tbl => p_draft_id_tbl,
2317: p_po_line_id_tbl => l_null_id_tbl
2318: );
2319:

Line 3384: PO_LINES_DRAFT_PVT.apply_changes

3380: (p_draft_info => p_draft_info
3381: );
3382:
3383: d_position := 10;
3384: PO_LINES_DRAFT_PVT.apply_changes
3385: (p_draft_info => p_draft_info
3386: );
3387:
3388: d_position := 20;