DBA Data[Home] [Help]

APPS.GCS_TRANSLATION_PKG dependencies on GCS_CONS_RELATIONSHIPS

Line 281: FROM gcs_cons_relationships rel

277: SELECT rel.hierarchy_id,
278: rel.child_entity_id,
279: rel.parent_entity_id,
280: rel.curr_treatment_id
281: FROM gcs_cons_relationships rel
282: WHERE rel.cons_relationship_id = p_cons_relationship_id;
283:
284: -- Used to obtain currency treatment information including cta template.
285: CURSOR curr_treatment_c(c_curr_treatment_id NUMBER) IS

Line 431: 'FROM gcs_cons_relationships rel' || g_nl ||

427:
428: write_to_log(module, FND_LOG.LEVEL_STATEMENT,
429: 'SELECT rel.hierarchy_id, rel.child_entity_id, ' ||
430: 'rel.parent_entity_id, rel.curr_treatment_id' || g_nl ||
431: 'FROM gcs_cons_relationships rel' || g_nl ||
432: 'WHERE rel.cons_relationship_id = ' || p_cons_relationship_id);
433:
434: -- Get relationship information.
435: OPEN relationship_c;