DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_DISTRIBUTION_RULES

Line 75: from pa_distribution_rules

71: , x_err_stack IN OUT NOCOPY varchar2) --File.Sql.39 bug 4440895
72: is
73: cursor c1 is
74: select distribution_rule
75: from pa_distribution_rules
76: where meaning = x_dist_name;
77:
78: c1_rec c1%rowtype;
79: old_stack varchar2(630);