DBA Data[Home] [Help]

APPS.ZPB_WFMNT dependencies on ZPB_DC_OBJECTS

Line 90: from ZPB_DC_OBJECTS d,

86:
87:
88: CURSOR c_dc_objects is
89: select w.item_key
90: from ZPB_DC_OBJECTS d,
91: WF_ITEM_ATTRIBUTE_VALUES w
92: where analysis_cycle_id = p_inACID
93: and (w.item_type = 'EPBDC')
94: and w.name = 'DC_OBJECT_ID'