DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_APPROVAL_RUNS_S

Line 502: select igw_prop_approval_runs_s.nextval

498: elsif p_rule_type = 'R' then
499: l_map_seq_number := l_map_seq_number + 1;
500: p_rules_found := 'T';
501: if l_map_seq_number = 1 then
502: select igw_prop_approval_runs_s.nextval
503: into p_run_id
504: from dual;
505:
506: open next_run_number;