DBA Data[Home] [Help]

APPS.FLM_EKB_SUMMARY_UTIL dependencies on WIP_ENTITIES

Line 47: FROM wip_entities h

43:
44: ELSE /* Wip Discrete Job, Rep Schedule, Flow Schedule, Lot job */
45: SELECT h.wip_entity_name
46: INTO l_doc_num
47: FROM wip_entities h
48: WHERE h.wip_entity_id = p_doc_header_id;
49: END IF;
50:
51: return l_doc_num;

Line 97: FROM wip_entities h

93:
94: ELSE /* Wip Discrete Job, Rep Schedule, Flow Schedule, Lot job */
95: SELECT h.creation_date
96: INTO l_doc_creation_date
97: FROM wip_entities h
98: WHERE h.wip_entity_id = p_doc_header_id;
99: END IF;
100:
101: return l_doc_creation_date;