DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on PQP_EXTRACT_ATTRIBUTES

Line 6801: pqp_extract_attributes ea

6797: c_business_group_id IN NUMBER) IS
6798: SELECT ea.ext_dfn_type
6799: FROM ben_ext_dfn ed,
6800: per_business_groups bg,
6801: pqp_extract_attributes ea
6802: WHERE ((bg.business_group_id = ed.business_group_id)OR
6803: (bg.legislation_code = ed.legislation_code) OR
6804: (ed.business_group_id IS NULL AND
6805: ed.legislation_code IS NULL)