DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_ELIM_RULES_B

Line 1176: gcs_elim_rules_b grb,

1172: FROM gcs_cons_relationships gcr,
1173: gcs_entity_cons_attrs geca,
1174: gcs_elim_rule_rels gerr,
1175: gcs_dataset_codes gdc,
1176: gcs_elim_rules_b grb,
1177: gcs_categories_b gcatb
1178: WHERE gcr.hierarchy_id = p_hierarchy_id
1179: AND gcr.dominant_parent_flag = 'Y'
1180: AND gcr.child_entity_id = p_child_entity_id

Line 1213: gcs_elim_rules_b grb,

1209: gcs_entity_cons_attrs geca,
1210: gcs_elim_rule_rels gerr,
1211: gcs_dataset_codes gdc,
1212: fem_entities_attr fea,
1213: gcs_elim_rules_b grb,
1214: gcs_categories_b gcatb
1215: WHERE gcr.hierarchy_id = p_hierarchy_id
1216: AND gcr.parent_entity_id = p_cons_entity_id
1217: AND gcr.dominant_parent_flag = 'Y'