DBA Data[Home] [Help]

APPS.PO_COMPLEX_WORK_PVT dependencies on PO_HEADERS_MERGE_V

Line 434: FROM po_headers_merge_v poh

430: d_progress := 10;
431:
432: SELECT poh.style_id
433: INTO l_style_id
434: FROM po_headers_merge_v poh
435: WHERE poh.po_header_id = p_po_header_id
436: AND poh.draft_id = p_draft_id;
437:
438: d_progress := 20;

Line 560: FROM po_headers_merge_v poh

556: d_progress := 10;
557:
558: SELECT poh.style_id
559: INTO l_style_id
560: FROM po_headers_merge_v poh
561: WHERE poh.po_header_id = p_po_header_id
562: AND poh.draft_id = p_draft_id;
563:
564: d_progress := 20;

Line 778: FROM po_headers_merge_v poh

774: d_progress := 10;
775:
776: SELECT poh.style_id
777: INTO l_style_id
778: FROM po_headers_merge_v poh
779: WHERE poh.po_header_id = p_po_header_id
780: AND poh.draft_id = p_draft_id;
781:
782: d_progress := 20;