DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_ACT_DISCOVERER_ALL

Line 181: From ams_act_discoverer_all d,

177:
178: --getting the set of workbooks associated with the specified target segment.
179: Cursor C_Segment_WorkBooks(p_cell_id ams_cells_all_b.cell_id%type)
180: IS Select d.WorkBook_Name
181: From ams_act_discoverer_all d,
182: ams_cells_all_b c
183: Where c.cell_id = p_cell_id
184: And c.cell_id = d.act_discoverer_used_by_id
185: And arc_act_discoverer_used_by = 'CELL';