DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_APPROVAL_RUNS_S

Line 495: select igw_prop_approval_runs_s.nextval

491: elsif p_rule_type = 'R' then
492: l_map_seq_number := l_map_seq_number + 1;
493: p_rules_found := 'T';
494: if l_map_seq_number = 1 then
495: select igw_prop_approval_runs_s.nextval
496: into p_run_id
497: from dual;
498:
499: open next_run_number;