DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FF_CONTEXTS

Line 80: from ff_contexts

76: pay_us_modified_geocodes pmod
77: where pmod.state_code = '70'
78: and pmod.county_code = pac.context_value
79: and pac.context_id in (select context_id
80: from ff_contexts
81: where context_name = 'jurisdiction_code')
82: and pmod.patch_name = p_patch_name
83: and pac.assignment_id = paf.assignment_id;
84: