DBA Data[Home] [Help]

APPS.BIM_SOURCE_CODE_PKG dependencies on AMS_EVENT_HEADERS_ALL_B

Line 268: ams_event_headers_all_b b,

264: b.active_from_date start_date,
265: b.active_to_date end_date
266: FROM
267: ams_source_codes a,
268: ams_event_headers_all_b b,
269: jtf_loc_hierarchies_b c
270: WHERE
271: a.source_code = b.source_code
272: AND a.source_code_for_id = b.event_header_id

Line 291: ams_event_headers_all_b b,

287: c.event_start_date start_date,
288: c.event_end_date end_date
289: FROM
290: ams_source_codes a,
291: ams_event_headers_all_b b,
292: ams_event_offers_all_b c,
293: jtf_loc_hierarchies_b d
294: WHERE
295: a.source_code = c.source_code