DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_HEADERS_DRAFT_PVT

Line 820: PO_HEADERS_DRAFT_PVT.draft_changes_exist

816:
817: d_position := 40;
818: -- check if header gets changed
819: x_draft_info.headers_changed :=
820: PO_HEADERS_DRAFT_PVT.draft_changes_exist
821: ( p_draft_id => p_draft_id,
822: p_po_header_id => NULL
823: );
824:

Line 2307: PO_HEADERS_DRAFT_PVT.draft_changes_exist

2303: d_position := 10;
2304:
2305: -- check if header gets changed
2306: l_master_chg_exist_tbl :=
2307: PO_HEADERS_DRAFT_PVT.draft_changes_exist
2308: ( p_draft_id_tbl => p_draft_id_tbl,
2309: p_po_header_id_tbl => l_null_id_tbl
2310: );
2311:

Line 3379: PO_HEADERS_DRAFT_PVT.apply_changes

3375: IF (PO_LOG.d_proc) THEN
3376: PO_LOG.proc_begin(d_module);
3377: END IF;
3378:
3379: PO_HEADERS_DRAFT_PVT.apply_changes
3380: (p_draft_info => p_draft_info
3381: );
3382:
3383: d_position := 10;