DBA Data[Home] [Help]

APPS.ICX_DATATEMPLATE_PKG dependencies on PO_REQ_HEADERS_EXT_B

Line 29: p_object_name := 'PO_REQ_HEADERS_EXT_B';

25: p_object_name := 'PO_REQ_LINES_EXT_B';
26: p_pk1_column_name := 'REQUISITION_LINE_ID';
27: elsif p_doc_type = 'HEADER' then
28: p_attr_group_type := 'PO_REQ_HEADER_EXT_ATTRS';
29: p_object_name := 'PO_REQ_HEADERS_EXT_B';
30: p_pk1_column_name := 'REQUISITION_HEADER_ID';
31: end if;
32:
33: if (p_data_type = 'C' or p_data_type = 'A' ) then

Line 83: from po_req_headers_ext_b

79: WHERE POT.TEMPLATE_ID = POTU.TEMPLATE_ID
80: AND AG.DESCRIPTIVE_FLEXFIELD_NAME = POT.ENTITY_CODE
81: AND AG.ATTR_GROUP_ID = POTU.ATTRIBUTE_GROUP_ID
82: AND potu.attribute_group_id in (select distinct attr_group_id
83: from po_req_headers_ext_b
84: where requisition_header_id = reqHeaderId
85: and uda_template_id = potu.template_id
86: and attr_group_id = potu.attribute_group_id)
87: ORDER BY POTU.ATTRIBUTE_GROUP_SEQUENCE;