DBA Data[Home] [Help]

APPS.GCS_RULES_PROCESSOR dependencies on GCS_ENTITY_CONS_ATTRS

Line 481: gcs_entity_cons_attrs geca,

477: geca.currency_code,
478: nvl(precision, 2) precision
479: FROM gcs_cons_relationships gcr,
480: fem_entities_attr fea,
481: gcs_entity_cons_attrs geca,
482: fnd_currencies fc
483: WHERE gcr.hierarchy_id = contextData.hierarchy
484: AND gcr.child_entity_id = contextData.childEntity
485: AND gcr.actual_ownership_flag = 'N'

Line 507: gcs_entity_cons_attrs geca,

503: gcs_entry_headers_s.nextval,
504: geca.currency_code,
505: nvl(precision, 2) precision
506: FROM gcs_cons_relationships gcr,
507: gcs_entity_cons_attrs geca,
508: fnd_currencies fc
509: WHERE gcr.hierarchy_id = contextData.hierarchy
510: AND gcr.child_entity_id = contextData.childEntity
511: AND gcr.actual_ownership_flag = 'N'