DBA Data[Home] [Help]

APPS.GL_CI_DATA_TRANSFER_PKG dependencies on GL_CONSOLIDATION_V

Line 1101: FROM gl_consolidation_v gc, gl_consolidation_history gch

1097:
1098:
1099: CURSOR c_remote_ledger_name (cp_source_group_id gl_consolidation_history.group_id%TYPE) IS
1100: SELECT gc.to_ledger_name
1101: FROM gl_consolidation_v gc, gl_consolidation_history gch
1102: WHERE gc.consolidation_id = gch.consolidation_id
1103: AND gch.group_id = cp_source_group_id;
1104:
1105: begin