DBA Data[Home] [Help]

APPS.FEM_BI_DIMENSION_UTILS_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 155: from fnd_concurrent_requests

151: order by dimension_varchar_label;
152:
153: cursor l_child_requests_csr (p_parent_request_id number) is
154: select *
155: from fnd_concurrent_requests
156: where parent_request_id = p_parent_request_id;
157:
158: -------------------
159: -- Declare Types --

Line 162: type child_requests_table is table of fnd_concurrent_requests%rowtype;

158: -------------------
159: -- Declare Types --
160: -------------------
161: type bi_attr_dims_table is table of fem_bi_attr_dimensions_v%rowtype;
162: type child_requests_table is table of fnd_concurrent_requests%rowtype;
163:
164: -----------------------
165: -- Declare variables --
166: -----------------------