DBA Data[Home] [Help]

APPS.GCS_DATASUB_UTILITY_PKG dependencies on FEM_ENTITIES_ATTR

Line 299: FROM fem_entities_attr fea,

295: WHERE load_id = p_load_id;
296:
297: SELECT fea.dim_attribute_numeric_member
298: INTO l_ledger_id
299: FROM fem_entities_attr fea,
300: gcs_data_sub_dtls gdsd
301: WHERE gdsd.load_id = p_load_id
302: AND fea.entity_id = gdsd.entity_id
303: AND fea.attribute_id = gcs_utility_pkg.g_dimension_attr_info('ENTITY_ID-LEDGER_ID').attribute_id