DBA Data[Home] [Help]

APPS.BEN_COMP_OBJ_FILTER1 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 17

function check_selection_rule
    (p_person_selection_rule_id in number,
     p_person_id                in number,
     p_business_group_id        in number,
     p_effective_date           in date) return boolean is
  --
  l_outputs       ff_exec.outputs_t;
Line: 25

  l_package varchar2(80) := 'ben_comp_obj_filter1.check_selection_rule';
Line: 31

end check_selection_rule;