DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS1 dependencies on BEN_EFC_EXCLUSIONS

Line 2032: from ben_efc_exclusions exc

2028: ,c_ent_scode varchar2
2029: )
2030: is
2031: select exc.efc_action_id
2032: from ben_efc_exclusions exc
2033: where exc.efc_action_id = c_efc_action_id
2034: and exc.ent_scode = c_ent_scode
2035: and exc.pk_id = c_prv_id
2036: and exc.exclusion_type = 'VALIDEXCLUSION';