DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_LINE_LOCATIONS_DRAFT_PVT

Line 836: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist

832:
833: d_position := 60;
834: -- check if any line location gets changed
835: x_draft_info.line_locations_changed :=
836: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist
837: ( p_draft_id => p_draft_id,
838: p_line_location_id => NULL
839: );
840:

Line 994: PO_LINE_LOCATIONS_DRAFT_PVT.maintain_retroactive_change

990: );
991:
992: d_position := 10;
993:
994: PO_LINE_LOCATIONS_DRAFT_PVT.maintain_retroactive_change
995: ( p_draft_info => p_draft_info
996: );
997:
998:

Line 2329: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist

2325:
2326: d_position := 30;
2327: -- check if any line location gets changed
2328: l_chg_exist_tbl :=
2329: PO_LINE_LOCATIONS_DRAFT_PVT.draft_changes_exist
2330: ( p_draft_id_tbl => p_draft_id_tbl,
2331: p_line_location_id_tbl => l_null_id_tbl
2332: );
2333:

Line 3389: PO_LINE_LOCATIONS_DRAFT_PVT.apply_changes

3385: (p_draft_info => p_draft_info
3386: );
3387:
3388: d_position := 20;
3389: PO_LINE_LOCATIONS_DRAFT_PVT.apply_changes
3390: (p_draft_info => p_draft_info
3391: );
3392:
3393: d_position := 30;