DBA Data[Home] [Help]

APPS.PO_DATATEMPLATE_PKG dependencies on PO_HEADERS_ALL_EXT_B

Line 198: p_object_name := 'PO_HEADERS_ALL_EXT_B';

194: p_object_name := 'PO_LINES_ALL_EXT_B';
195: p_pk1_column_name := 'PO_LINE_ID';
196: elsif p_doc_type = 'HEADER' then
197: p_attr_group_type := 'PO_HEADER_EXT_ATTRS';
198: p_object_name := 'PO_HEADERS_ALL_EXT_B';
199: p_pk1_column_name := 'PO_HEADER_ID';
200: end if;
201:
202: if (p_data_type = 'C' or p_data_type = 'A' ) then

Line 258: from po_headers_all_ext_b

254: WHERE POT.TEMPLATE_ID = POTU.TEMPLATE_ID
255: AND AG.DESCRIPTIVE_FLEXFIELD_NAME = POT.ENTITY_CODE
256: AND AG.ATTR_GROUP_ID = POTU.ATTRIBUTE_GROUP_ID
257: AND potu.attribute_group_id in (select distinct attr_group_id
258: from po_headers_all_ext_b
259: where po_header_id = p_headerId
260: and draft_id = p_draft_id and uda_template_id = potu.template_id
261: and attr_group_id = potu.attribute_group_id)
262: ORDER BY POTU.ATTRIBUTE_GROUP_SEQUENCE;