DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on FF_CONTEXTS

Line 70: from ff_contexts

66: pay_us_modified_geocodes pmod
67: where pmod.state_code = '70'
68: and pmod.county_code = pac.context_value
69: and pac.context_id in (select context_id
70: from ff_contexts
71: where context_name = 'jurisdiction_code')
72: and pmod.patch_name = p_patch_name
73: and pac.assignment_id = paf.assignment_id;
74: