DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_LINES_DRAFT_PVT

Line 493: PO_LINES_DRAFT_PVT.draft_changes_exist

489:
490: d_position := 50;
491: -- check if any line gets changed
492: x_draft_info.lines_changed :=
493: PO_LINES_DRAFT_PVT.draft_changes_exist
494: ( p_draft_id => p_draft_id,
495: p_po_line_id => NULL
496: );
497:

Line 628: PO_LINES_DRAFT_PVT.maintain_retroactive_change

624: END IF;
625:
626: d_position := 0;
627:
628: PO_LINES_DRAFT_PVT.maintain_retroactive_change
629: ( p_draft_info => p_draft_info
630: );
631:
632: d_position := 10;

Line 1892: PO_LINES_DRAFT_PVT.draft_changes_exist

1888:
1889: d_position := 20;
1890: -- check if any line gets changed
1891: l_chg_exist_tbl :=
1892: PO_LINES_DRAFT_PVT.draft_changes_exist
1893: ( p_draft_id_tbl => p_draft_id_tbl,
1894: p_po_line_id_tbl => l_null_id_tbl
1895: );
1896:

Line 2888: PO_LINES_DRAFT_PVT.apply_changes

2884: (p_draft_info => p_draft_info
2885: );
2886:
2887: d_position := 10;
2888: PO_LINES_DRAFT_PVT.apply_changes
2889: (p_draft_info => p_draft_info
2890: );
2891:
2892: d_position := 20;