DBA Data[Home] [Help]

APPS.RRS_ATTR_PANE dependencies on RRS_ATTRIBUTE_GROUP_TAB

Line 199: x_attr_group_tab OUT NOCOPY rrs_attribute_group_tab,

195: p_object2 IN VARCHAR2,
196: p_classification_code2 IN VARCHAR2,
197: x_primary_attributes OUT NOCOPY rrs_primary_attribute_rec,
198: x_ag_page_tab OUT NOCOPY rrs_attr_group_page_tab,
199: x_attr_group_tab OUT NOCOPY rrs_attribute_group_tab,
200: x_attribute_tab OUT NOCOPY rrs_attribute_tab,
201: x_error_messages OUT NOCOPY rrs_error_msg_tab
202: ) IS
203:

Line 435: x_attr_group_tab := new rrs_attribute_group_tab();

431: p_object_key => p_object_id);
432: --if user has view privelege on this attribute group, we process this attribute group; otherwise we will not include this attribute group in the bracket for the further process.
433: IF l_has_view_priv = FND_API.G_TRUE THEN
434: IF x_attr_group_tab IS NULL THEN
435: x_attr_group_tab := new rrs_attribute_group_tab();
436: END IF;
437:
438: x_attr_group_tab.EXTEND();
439: x_attr_group_tab(x_attr_group_tab.LAST) := new rrs_attribute_group_rec(

Line 1360: x_attr_group_tab rrs_attribute_group_tab;

1356: x_display_type VARCHAR2(200);
1357: x_dynamic_url VARCHAR2(1000);
1358:
1359: x_ag_page_tab rrs_attr_group_page_tab;
1360: x_attr_group_tab rrs_attribute_group_tab;
1361: x_attribute_tab rrs_attribute_tab;
1362:
1363: x_primary_attributes rrs_primary_attribute_rec;
1364: x_error_data VARCHAR2(1000);