DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_HEADERS_DRAFT_PVT

Line 485: PO_HEADERS_DRAFT_PVT.draft_changes_exist

481:
482: d_position := 40;
483: -- check if header gets changed
484: x_draft_info.headers_changed :=
485: PO_HEADERS_DRAFT_PVT.draft_changes_exist
486: ( p_draft_id => p_draft_id,
487: p_po_header_id => NULL
488: );
489:

Line 1884: PO_HEADERS_DRAFT_PVT.draft_changes_exist

1880: d_position := 10;
1881:
1882: -- check if header gets changed
1883: l_master_chg_exist_tbl :=
1884: PO_HEADERS_DRAFT_PVT.draft_changes_exist
1885: ( p_draft_id_tbl => p_draft_id_tbl,
1886: p_po_header_id_tbl => l_null_id_tbl
1887: );
1888:

Line 2883: PO_HEADERS_DRAFT_PVT.apply_changes

2879: IF (PO_LOG.d_proc) THEN
2880: PO_LOG.proc_begin(d_module);
2881: END IF;
2882:
2883: PO_HEADERS_DRAFT_PVT.apply_changes
2884: (p_draft_info => p_draft_info
2885: );
2886:
2887: d_position := 10;