DBA Data[Home] [Help]

APPS.BIM_LEAD_IMPORT_FACTS_PKG dependencies on BIM_R_LOCATIONS

Line 449: bim_r_locations c,

445: TRUNC(a.last_update_date),
446: a.Import_interface_id,
447: a.load_status) A,
448: bim_r_source_codes b,
449: bim_r_locations c,
450: bim_intl_dates d
451: where a.promotion_code = b.source_code(+)
452: and a.country = c.country
453: and a.last_update_date = d.trdate