DBA Data[Home] [Help]

APPS.PA_CI_IMPACTS_PKG dependencies on PA_CI_IMPACTS_S

Line 26: SELECT pa_ci_impacts_s.NEXTVAL

22: cursor C is select ROWID from PA_CI_IMPACTS
23: where CI_IMPACT_ID = X_CI_IMPACT_ID
24: ;
25: begin
26: SELECT pa_ci_impacts_s.NEXTVAL
27: INTO X_CI_IMPACT_ID
28: FROM sys.dual;
29:
30: insert into PA_CI_IMPACTS (

Line 136: update PA_CI_IMPACTS SET

132: ) is
133: begin
134:
135:
136: update PA_CI_IMPACTS SET
137: CI_ID = Nvl(x_ci_id, ci_id),
138: impact_type_code = Nvl(x_impact_type_code,impact_type_code),
139: status_code = Nvl(x_status_code,status_code),
140: description = x_description,