DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_LINE_LOCATIONS_DRAFT_PVT

Line 501: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist

497:
498: d_position := 60;
499: -- check if any line location gets changed
500: x_draft_info.line_locations_changed :=
501: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist
502: ( p_draft_id => p_draft_id,
503: p_line_location_id => NULL
504: );
505:

Line 634: PO_LINE_LOCATIONS_DRAFT_PVT.maintain_retroactive_change

630: );
631:
632: d_position := 10;
633:
634: PO_LINE_LOCATIONS_DRAFT_PVT.maintain_retroactive_change
635: ( p_draft_info => p_draft_info
636: );
637:
638:

Line 1906: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist

1902:
1903: d_position := 30;
1904: -- check if any line location gets changed
1905: l_chg_exist_tbl :=
1906: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist
1907: ( p_draft_id_tbl => p_draft_id_tbl,
1908: p_line_location_id_tbl => l_null_id_tbl
1909: );
1910:

Line 2893: PO_LINE_LOCATIONS_DRAFT_PVT.apply_changes

2889: (p_draft_info => p_draft_info
2890: );
2891:
2892: d_position := 20;
2893: PO_LINE_LOCATIONS_DRAFT_PVT.apply_changes
2894: (p_draft_info => p_draft_info
2895: );
2896:
2897: d_position := 30;