DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on PQP_EXTRACT_ATTRIBUTES

Line 6842: pqp_extract_attributes ea

6838: c_business_group_id IN NUMBER) IS
6839: SELECT ea.ext_dfn_type
6840: FROM ben_ext_dfn ed,
6841: per_business_groups bg,
6842: pqp_extract_attributes ea
6843: WHERE ((bg.business_group_id = ed.business_group_id)OR
6844: (bg.legislation_code = ed.legislation_code) OR
6845: (ed.business_group_id IS NULL AND
6846: ed.legislation_code IS NULL)