DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on PO_HEADERS_MERGE_V

Line 1089: PO_HEADERS_MERGE_V poh

1085: poh.attribute15 header_attribute15
1086: FROM PO_DISTRIBUTIONS_MERGE_V pod,
1087: PO_LINE_LOCATIONS_MERGE_V poll,
1088: PO_LINES_MERGE_V pol,
1089: PO_HEADERS_MERGE_V poh
1090: WHERE pod.po_line_id = poll.po_line_id
1091: AND pod.line_location_id = poll.line_location_id
1092: AND poll.po_line_id = pol.po_line_id
1093: AND pol.po_header_id = poh.po_header_id

Line 1153: FROM PO_HEADERS_MERGE_V poh

1149: END IF;
1150: -- Get OU ID.
1151: SELECT org_id
1152: INTO l_current_ou_id
1153: FROM PO_HEADERS_MERGE_V poh
1154: WHERE poh.po_header_id = p_document_id
1155: AND poh.draft_id = NVL(p_draft_id, -1); --bug 16628805
1156:
1157: d_position := 40;